DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_FD_POST_PICP_PROGS_PVT

Line 5661: IBY_FD_POST_PICP_PROGS_PVT.

5657: * STEP 4:
5658: *
5659: * Invoke the print routine to re-print these payments.
5660: */
5661: IBY_FD_POST_PICP_PROGS_PVT.
5662: Run_Post_PI_Programs(
5663: p_instr_id,
5664: 'Y'
5665: );

Line 5864: IBY_FD_POST_PICP_PROGS_PVT.

5860: * STEP 3:
5861: *
5862: * Invoke the print routine to re-print these payments.
5863: */
5864: IBY_FD_POST_PICP_PROGS_PVT.
5865: Run_Post_PI_Programs(
5866: p_instr_id,
5867: 'Y'
5868: );

Line 6000: IBY_FD_POST_PICP_PROGS_PVT.

5996: /*
5997: * Note that reprint flag is 'N' in this case;
5998: * this is to treat the re-print as a fresh print.
5999: */
6000: IBY_FD_POST_PICP_PROGS_PVT.
6001: Run_Post_PI_Programs(
6002: p_instr_id,
6003: 'N'
6004: );

Line 8771: IBY_FD_POST_PICP_PROGS_PVT.Post_Results(

8767:
8768: x_return_status := FND_API.G_RET_STS_SUCCESS;
8769:
8770: -- Update payment transaction statuses (instruction, payments, etc.)
8771: IBY_FD_POST_PICP_PROGS_PVT.Post_Results(
8772: p_instr_id,
8773: p_trans_status,
8774: 'N',
8775: x_return_status

Line 8783: IBY_FD_POST_PICP_PROGS_PVT.Insert_Transmission_Error(p_instr_id,

8779: || x_return_status
8780: );
8781:
8782: if p_trans_status = 'TRANSMISSION_FAILED' then
8783: IBY_FD_POST_PICP_PROGS_PVT.Insert_Transmission_Error(p_instr_id,
8784: p_error_code,
8785: p_error_msg);
8786: end if;
8787:

Line 9302: IBY_FD_POST_PICP_PROGS_PVT.

9298: || 'extract and format operation for payment instruction '
9299: || p_instruction_id
9300: );
9301:
9302: IBY_FD_POST_PICP_PROGS_PVT.
9303: Run_Post_PI_Programs(
9304: p_instruction_id,
9305: 'N'
9306: );

Line 9377: IBY_FD_POST_PICP_PROGS_PVT.

9373: || 'format operation for payment instruction '
9374: || p_instruction_id
9375: );
9376:
9377: IBY_FD_POST_PICP_PROGS_PVT.
9378: Run_Post_PI_Programs(
9379: p_instruction_id,
9380: 'N'
9381: );