DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on GL_FUNDS_CHECKER_PKG

Line 2012: l_result_code := gl_funds_checker_pkg.glxfck(

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

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

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

Line 2247: l_result_code := gl_funds_checker_pkg.glxfck(

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

Line 2476: l_result_code := gl_funds_checker_pkg.glxfck(

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

Line 2698: l_result_code := gl_funds_checker_pkg.glxfck(

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

Line 2896: l_result_code := gl_funds_checker_pkg.glxfck(

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

Line 3090: l_result_code := gl_funds_checker_pkg.glxfck(

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