DBA Data[Home] [Help]

APPS.RCV_NORMALIZE_DATA_PKG dependencies on RCV_DEFAULT_PKG

Line 90: rcv_default_pkg.default_header(p_rhi_row);

86: ) IS
87: x_org_id NUMBER;
88: BEGIN --update block
89: BEGIN --exception handling block
90: rcv_default_pkg.default_header(p_rhi_row);
91: EXCEPTION
92: WHEN OTHERS THEN
93: p_rhi_row.processing_status_code := 'ERROR';
94: p_rhi_row.processing_request_id := g_request_id;

Line 117: rcv_default_pkg.default_transaction(p_rti_row);

113: p_rti_row.GROUP_ID := g_group_id;
114: END IF;
115:
116: IF (p_rti_row.validation_flag = 'Y') THEN
117: rcv_default_pkg.default_transaction(p_rti_row);
118:
119: /* Bug 7229164 Populating Order transaction id for desktop transactions also
120: so that the records from RTI are now picked and processed in the correct order. */
121: ELSE

Line 227: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent

223: END IF; -- BugFix 5078706
224: END IF;
225:
226: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
227: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
228: to raise an error thru rcv_default_pkg.default_rti_from_rti.
229: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
230: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
231: END IF;

Line 228: to raise an error thru rcv_default_pkg.default_rti_from_rti.

224: END IF;
225:
226: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
227: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
228: to raise an error thru rcv_default_pkg.default_rti_from_rti.
229: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
230: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
231: END IF;
232: */

Line 230: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row

226: /* Bugfix : 5354379 : The defaulting should not be called from here since the parent row will be in
227: status "RUNNING" at this instance and which will therefore cause the rcv_default_pkg.default_from_parent
228: to raise an error thru rcv_default_pkg.default_rti_from_rti.
229: IF (p_rti_row.parent_interface_txn_id IS NOT NULL) THEN
230: rcv_default_pkg.default_from_parent(p_rti_row); -- we want to pull in any new information about the row
231: END IF;
232: */
233: EXCEPTION
234: WHEN OTHERS THEN