DBA Data[Home] [Help]

APPS.PQH_GL_POSTING dependencies on PSA_FUNDS_CHECKER_PKG

Line 6074: -- session id and serial id is fetched from v$session, same as that in psa_funds_checker_pkg.get_session_details

6070: BEGIN
6071: hr_utility.set_location('Entering: '||l_proc, 5);
6072:
6073: -- get the session details and application_id to insert into gl_bc_packets (Bug Fix 6769905)
6074: -- session id and serial id is fetched from v$session, same as that in psa_funds_checker_pkg.get_session_details
6075: select s.audsid, s.serial#
6076: into l_session_id, l_serial_id
6077: from v$session s, v$process p
6078: where s.paddr = p.addr

Line 6144: l_fc_success := PSA_FUNDS_CHECKER_PKG.GLXFCK

6140: commit;
6141:
6142: hr_utility.set_location('Calling GL fund checker in Mode : '||p_fc_mode,100);
6143:
6144: l_fc_success := PSA_FUNDS_CHECKER_PKG.GLXFCK
6145: (
6146: p_ledgerid => g_set_of_books_id,
6147: p_packetid => p_packet_id,
6148: p_mode => p_fc_mode,