DBA Data[Home] [Help]

APPS.GL_FUNDS_CHECKER_PKG dependencies on PSA_FUNDS_CHECKER_PKG

Line 183: IF NOT PSA_FUNDS_CHECKER_PKG.glxfck

179:
180: g_packet_id := p_packetid;
181:
182: -- Bug 4481546, added NOT to the condition below
183: IF NOT PSA_FUNDS_CHECKER_PKG.glxfck
184: (p_sobid ,
185: p_packetid ,
186: p_mode ,
187: p_partial_resv_flag ,

Line 337: if PSA_FUNDS_CHECKER_PKG.glzfrs_public

333: update gl_bc_packet_arrival_order ao
334: set ao.affect_funds_flag = 'N'
335: where ao.packet_id = g_packet_id;
336:
337: if PSA_FUNDS_CHECKER_PKG.glzfrs_public
338: ('Z' ,
339: p_sobid ,
340: p_packetid ,
341: p_mode ,