DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on RA_INTERFACE_LINES

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 53: -- Create entry in Ra_interface_lines

49: -- Process Charge :
50: -- Determine Billing Period
51: -- Determine the overall ratio
52: -- Process Price Breaks :
53: -- Create entry in Ra_interface_lines
54: -- -- Also create a parallel entry in the Ra_interface_salescredits
55: -- Build Ra_interface_distribution information in PLSQL table
56: -- Consolidate the amount, percent entries for all the REV distributions in the PLSQL table
57: -- Process Distributions :

Line 934: INSERT INTO ra_interface_lines( batch_source_name -- Mandatory

930: THEN
931: return;
932: END IF;
933:
934: INSERT INTO ra_interface_lines( batch_source_name -- Mandatory
935: , currency_code -- Mandatory
936: , line_type -- Mandatory
937: , set_of_books_id -- Mandatory
938: , description -- Mandatory

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