DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_FD_POST_PICP_PROGS_PVT

Line 6888: IBY_FD_POST_PICP_PROGS_PVT.

6884: * STEP 4:
6885: *
6886: * Invoke the print routine to re-print these payments.
6887: */
6888: IBY_FD_POST_PICP_PROGS_PVT.
6889: Run_Post_PI_Programs(
6890: p_instr_id,
6891: 'Y'
6892: );

Line 7105: IBY_FD_POST_PICP_PROGS_PVT.

7101: * STEP 3:
7102: *
7103: * Invoke the print routine to re-print these payments.
7104: */
7105: IBY_FD_POST_PICP_PROGS_PVT.
7106: Run_Post_PI_Programs(
7107: p_instr_id,
7108: 'Y'
7109: );

Line 7254: IBY_FD_POST_PICP_PROGS_PVT.

7250: /*
7251: * Note that reprint flag is 'N' in this case;
7252: * this is to treat the re-print as a fresh print.
7253: */
7254: IBY_FD_POST_PICP_PROGS_PVT.
7255: Run_Post_PI_Programs(
7256: p_instr_id,
7257: 'N'
7258: );

Line 10276: IBY_FD_POST_PICP_PROGS_PVT.Post_Results(

10272:
10273: x_return_status := FND_API.G_RET_STS_SUCCESS;
10274:
10275: -- Update payment transaction statuses (instruction, payments, etc.)
10276: IBY_FD_POST_PICP_PROGS_PVT.Post_Results(
10277: p_instr_id,
10278: p_trans_status,
10279: 'N',
10280: x_return_status

Line 10290: IBY_FD_POST_PICP_PROGS_PVT.Insert_Transmission_Error(p_instr_id,

10286: );
10287:
10288: END IF;
10289: if p_trans_status = 'TRANSMISSION_FAILED' then
10290: IBY_FD_POST_PICP_PROGS_PVT.Insert_Transmission_Error(p_instr_id,
10291: p_error_code,
10292: p_error_msg);
10293: end if;
10294:

Line 10837: IBY_FD_POST_PICP_PROGS_PVT.

10833: || p_instruction_id
10834: );
10835:
10836: END IF;
10837: IBY_FD_POST_PICP_PROGS_PVT.
10838: Run_Post_PI_Programs(
10839: p_instruction_id,
10840: 'N'
10841: );

Line 10926: IBY_FD_POST_PICP_PROGS_PVT.

10922: || p_instruction_id
10923: );
10924:
10925: END IF;
10926: IBY_FD_POST_PICP_PROGS_PVT.
10927: Run_Post_PI_Programs(
10928: p_instruction_id,
10929: 'N'
10930: );