Trying to generate iLDT file but it is not generating and ending with warning message.
I am trying to create the ildt file in order to expose it to R12 for webservice but it is giving warning message:
[oradev@haadvoas4 ~]$ $IAS_ORACLE_HOME/perl/bin/perl $FND_TOP/bin/irep_parser.pl -g -v -username=sysadmin fnd:patch/115/sql:FND_USER_DTL.pls:12.0=/home/oradev/FND_USER_DTL.pls
# Interface Repository Annotation Processor, 12.0.0
#
# Generating annotation output.
# Processing file '/home/oradev/FND_USER_DTL.pls'.
# Using YAPP-based parser.
# Package body 'FND_USER_DTL' seen, skipping.
# Warning: Not generating iLDT for '/home/oradev/FND_USER_DTL.pls', file to be ignored.
# Done all files.
[oradev@haadvoas4 ~]$ $IAS_ORACLE_HOME/perl/bin/perl $FND_TOP/bin/irep_parser.pl -g -v -username=sysadmin fnd:patch/115/sql:FND_USER_DTL.pls:12.0=/home/oradev/FND_USER_DTL.pls
# Interface Repository Annotation Processor, 12.0.0
#
# Generating annotation output.
# Processing file '/home/oradev/FND_USER_DTL.pls'.
# Using YAPP-based parser.
# Package body 'FND_USER_DTL' seen, skipping.
# Warning: Not generating iLDT for '/home/oradev/FND_USER_DTL.pls', file to be ignored.
# Done all files.
I am following the Oracle document:
0