DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_PJC_CWK_UTILS

Line 4876: IF Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(G_Project_Id) <> 'Y' THEN

4872: pa_debug.G_err_stage := 'If any of the PO attributes are not null';
4873: log_message('log_message: ' || pa_debug.G_err_Stage);
4874: END IF;
4875:
4876: IF Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(G_Project_Id) <> 'Y' THEN
4877: X_Status := 'PA_CWK_TC_NOT_ALLOWED';
4878: pa_cc_utils.reset_curr_function;
4879: RETURN;
4880: ELSIF (( nvl(G_gl_accted_flag,'N') = 'Y') OR (nvl(G_trx_costed,'N') = 'Y')) THEN

Line 10407: nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' AND

10403: variance and tax are to be interfaced from AP/PO), the amount minus the variance should be
10404: deducted from PO commitment and the variance should be deducted from AP
10405: commitment */
10406: (l_txn_source = 'AP NRTAX' AND
10407: nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' AND
10408: Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(l_project_id) = 'Y')Then
10409:
10410: IF PG_DEBUG = 'Y' THEN
10411: pa_debug.G_err_stage := 'PO accrues on receipt or Enc Type Same for non-accrue on receipt';

Line 10408: Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(l_project_id) = 'Y')Then

10404: deducted from PO commitment and the variance should be deducted from AP
10405: commitment */
10406: (l_txn_source = 'AP NRTAX' AND
10407: nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' AND
10408: Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(l_project_id) = 'Y')Then
10409:
10410: IF PG_DEBUG = 'Y' THEN
10411: pa_debug.G_err_stage := 'PO accrues on receipt or Enc Type Same for non-accrue on receipt';
10412: log_message('log_message: ' || pa_debug.G_err_Stage);

Line 12297: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN

12293: OPEN c_get_po_dist_id;
12294: FETCH c_get_po_dist_id into l_po_dist_id;
12295: CLOSE c_get_po_dist_id;
12296:
12297: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN
12298: OPEN c_get_po_LINE_id(l_po_dist_id);
12299: FETCH c_get_po_LINE_id into l_po_line_id;
12300: CLOSE c_get_po_LINE_id;
12301: END IF;

Line 13135: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN

13131: OPEN c_get_po_dist_id;
13132: FETCH c_get_po_dist_id into l_po_dist_id;
13133: CLOSE c_get_po_dist_id;
13134:
13135: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN
13136: OPEN c_get_po_LINE_id(l_po_dist_id);
13137: FETCH c_get_po_LINE_id into l_po_line_id;
13138: CLOSE c_get_po_LINE_id;
13139: END IF;

Line 14027: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, p_sys_ref3),'N') = 'Y' THEN

14023:
14024: /* cwk */
14025:
14026: IF p_txn_source in ('PO RECEIPT NRTAX', 'AP NRTAX') THEN
14027: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, p_sys_ref3),'N') = 'Y' THEN
14028: OPEN c_get_po_LINE_id(p_sys_ref3);
14029: FETCH c_get_po_LINE_id into l_po_line_id;
14030: CLOSE c_get_po_LINE_id;
14031: END IF;