DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on RA_INTERFACE_LINES_ALL

Line 17: SUBTYPE RAIL IS ra_interface_lines_all%ROWTYPE;

13: ( start_date DATE
14: , end_date DATE
15: , actual_start_date DATE
16: , factor NUMBER );
17: SUBTYPE RAIL IS ra_interface_lines_all%ROWTYPE;
18: SUBTYPE RAID IS ra_interface_distributions_all%ROWTYPE;
19:
20: TYPE RAID_TABLE is table of RAID index by binary_integer;
21: TYPE DATE_RANGE_TABLE is table of DATE_RANGE index by binary_integer;

Line 1056: INSERT INTO ra_interface_lines_all ( accounting_rule_id

1052: WriteToLogFile (l_state_level, 'igi.plsql.igirrpi.item_interface_lines.Msg1',
1053: 'Item Amount to be invoiced '|| l_rail.amount );
1054: /** Insert normal LINE for this ITEM **/
1055:
1056: INSERT INTO ra_interface_lines_all ( accounting_rule_id
1057: , amount
1058: , batch_source_name -- Mandatory
1059: , comments
1060: , description -- Mandatory