DBA Data[Home] [Help]

APPS.IGC_CBC_FUNDS_CHECKER dependencies on STANDARD

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

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

Line 271: -- Standard Start of API savepoint

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

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

409: IF g_doc_type IN ('REQ', 'PO', 'REL') THEN
410: g_called_from_PO := TRUE;
411: g_sbc_flag := FALSE;
412: IF (g_debug_mode = 'Y') THEN
413: Put_Debug_Msg(l_full_path, 'Called from PO - Standard Budget Fund Checker is disabled');
414: END IF;
415: END IF;
416:
417: /*Clearing previous entries if any*/

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

834: l_valuation_method := 'SBC';
835:
836: l_application_id := g_cc_application_id;
837: IF (g_debug_mode = 'Y') THEN
838: Put_Debug_Msg (l_full_path, 'Processing Interface lines for Primary Ledger (Standard Budget)' );
839: END IF;
840: END IF;
841:
842: /*Extend the Vector and add the Ledger ID. This is used for reversing the GL_BC_PACKETS in case the funds check fails*/