DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_FUNDS_CHECKER_PKG

Line 2011: l_result_code := gl_funds_checker_pkg.glxfck(

2007:
2008: IF (g_debug_mode = 'Y') THEN
2009: Put_Debug_Msg (l_full_path,p_debug_msg => 'Completed insert to gl_bc_packets');
2010: END IF;
2011: l_result_code := gl_funds_checker_pkg.glxfck(
2012: p_sobid => p_sobid,
2013: p_packetid => l_packet_id,
2014: p_mode => 'F',
2015: p_partial_resv_flag => 'N',

Line 2027: Put_Debug_Msg (l_full_path,p_debug_msg => 'gl funds check failure:'||gl_funds_checker_pkg.get_debug);

2023:
2024: IF NOT(l_result_code) OR (l_return_code NOT IN ('A','S'))
2025: THEN
2026: IF (g_debug_mode = 'Y') THEN
2027: Put_Debug_Msg (l_full_path,p_debug_msg => 'gl funds check failure:'||gl_funds_checker_pkg.get_debug);
2028: END IF;
2029: x_return_code := 2 ;
2030: RETURN;
2031: END IF;

Line 2246: l_result_code := gl_funds_checker_pkg.glxfck(

2242:
2243: IF (g_debug_mode = 'Y') THEN
2244: Put_Debug_Msg (l_full_path,p_debug_msg => 'Completed insert to gl_bc_packets');
2245: END IF;
2246: l_result_code := gl_funds_checker_pkg.glxfck(
2247: p_sobid => p_sobid,
2248: p_packetid => l_packet_id,
2249: p_mode => 'F',
2250: p_partial_resv_flag => 'N',

Line 2475: l_result_code := gl_funds_checker_pkg.glxfck(

2471: AND poll.shipment_type IN ('BLANKET')
2472: AND prh.requisition_header_id = prl.requisition_header_id
2473: ;
2474:
2475: l_result_code := gl_funds_checker_pkg.glxfck(
2476: p_sobid => p_sobid,
2477: p_packetid => l_packet_id,
2478: p_mode => 'F',
2479: p_partial_resv_flag => 'N',

Line 2697: l_result_code := gl_funds_checker_pkg.glxfck(

2693: AND poll.shipment_type IN ('BLANKET')
2694: AND prh.requisition_header_id = prl.requisition_header_id
2695: ;
2696:
2697: l_result_code := gl_funds_checker_pkg.glxfck(
2698: p_sobid => p_sobid,
2699: p_packetid => l_packet_id,
2700: p_mode => 'F',
2701: p_partial_resv_flag => 'N',

Line 2895: l_result_code := gl_funds_checker_pkg.glxfck(

2891: AND fsp.set_of_books_id = glsob.set_of_books_id
2892: AND pol.po_line_id = poll.po_line_id
2893: ;
2894:
2895: l_result_code := gl_funds_checker_pkg.glxfck(
2896: p_sobid => p_sobid,
2897: p_packetid => l_packet_id,
2898: p_mode => 'F',
2899: p_partial_resv_flag => 'N',

Line 3089: l_result_code := gl_funds_checker_pkg.glxfck(

3085: AND fsp.set_of_books_id = glsob.set_of_books_id
3086: AND pol.po_line_id = poll.po_line_id
3087: ;
3088:
3089: l_result_code := gl_funds_checker_pkg.glxfck(
3090: p_sobid => p_sobid,
3091: p_packetid => l_packet_id,
3092: p_mode => 'F',
3093: p_partial_resv_flag => 'N',