DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on STANDARD

Line 246: -- AND budget_dest_flag = 'C' /*R12 Uptake. Need to process for both Commitment and Standard budget*/

242: reference_9 ,
243: reference_10
244: FROM igc_cc_interface_v a
245: WHERE cc_header_id = g_cc_header_id
246: -- AND budget_dest_flag = 'C' /*R12 Uptake. Need to process for both Commitment and Standard budget*/
247: AND actual_flag = g_actual_flag
248: AND document_type = g_doc_type
249: ORDER BY cc_transaction_date;
250:

Line 275: -- Standard Start of API savepoint

271: -- ssmales 28/01/02 bug 2201905 - added variables below
272: l_cc_header_rec IGC_CC_INTERFACE%ROWTYPE ;
273: l_full_path VARCHAR2(255);
274: BEGIN
275: -- Standard Start of API savepoint
276: SAVEPOINT IGCFCK;
277: l_full_path := g_path || 'IGCFCK';
278: -- Initialize message list
279: -- Unreserve Mode does not exist in R12. R12 Uptake Bug No 6341012

Line 422: Put_Debug_Msg(l_full_path, 'Called from PO - Standard Budget Fund Checker is disabled');

418: IF g_doc_type IN ('REQ', 'PO', 'REL') THEN
419: g_called_from_PO := TRUE;
420: g_sbc_flag := FALSE;
421: IF (g_debug_mode = 'Y') THEN
422: Put_Debug_Msg(l_full_path, 'Called from PO - Standard Budget Fund Checker is disabled');
423: END IF;
424: END IF;
425:
426: /*Clearing previous entries if any*/

Line 848: Put_Debug_Msg (l_full_path, 'Processing Interface lines for Primary Ledger (Standard Budget)' );

844: l_valuation_method := 'SBC';
845:
846: l_application_id := g_cc_application_id;
847: IF (g_debug_mode = 'Y') THEN
848: Put_Debug_Msg (l_full_path, 'Processing Interface lines for Primary Ledger (Standard Budget)' );
849: END IF;
850: END IF;
851:
852: /*Extend the Vector and add the Ledger ID. This is used for reversing the GL_BC_PACKETS in case the funds check fails*/