DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_PJC_CWK_UTILS

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

5308: pa_debug.G_err_stage := 'If any of the PO attributes are not null';
5309: log_message('log_message: ' || pa_debug.G_err_Stage);
5310: END IF;
5311:
5312: IF Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(G_Project_Id) <> 'Y' THEN
5313: X_Status := 'PA_CWK_TC_NOT_ALLOWED';
5314: pa_cc_utils.reset_curr_function;
5315: RETURN;
5316: ELSIF (( nvl(G_gl_accted_flag,'N') = 'Y') OR (nvl(G_trx_costed,'N') = 'Y')) THEN

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

11256: variance and tax are to be interfaced from AP/PO), the amount minus the variance should be
11257: deducted from PO commitment and the variance should be deducted from AP
11258: commitment */
11259: (l_txn_source = 'AP NRTAX' AND
11260: nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' AND
11261: Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(l_project_id) = 'Y')Then
11262:
11263: IF PG_DEBUG = 'Y' THEN
11264: pa_debug.G_err_stage := 'PO accrues on receipt or Enc Type Same for non-accrue on receipt';

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

11257: deducted from PO commitment and the variance should be deducted from AP
11258: commitment */
11259: (l_txn_source = 'AP NRTAX' AND
11260: nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' AND
11261: Pa_Pjc_CWk_Utils.Is_CWK_TC_Xface_Allowed(l_project_id) = 'Y')Then
11262:
11263: IF PG_DEBUG = 'Y' THEN
11264: pa_debug.G_err_stage := 'PO accrues on receipt or Enc Type Same for non-accrue on receipt';
11265: log_message('log_message: ' || pa_debug.G_err_Stage);

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

13216: OPEN c_get_po_dist_id;
13217: FETCH c_get_po_dist_id into l_po_dist_id;
13218: CLOSE c_get_po_dist_id;
13219:
13220: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN
13221: OPEN c_get_po_LINE_id(l_po_dist_id);
13222: FETCH c_get_po_LINE_id into l_po_line_id;
13223: CLOSE c_get_po_LINE_id;
13224: END IF;

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

14085: OPEN c_get_po_dist_id;
14086: FETCH c_get_po_dist_id into l_po_dist_id;
14087: CLOSE c_get_po_dist_id;
14088:
14089: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, l_po_dist_id),'N') = 'Y' THEN
14090: OPEN c_get_po_LINE_id(l_po_dist_id);
14091: FETCH c_get_po_LINE_id into l_po_line_id;
14092: CLOSE c_get_po_LINE_id;
14093: END IF;

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

14994:
14995: /* cwk */
14996:
14997: IF p_txn_source in ('PO RECEIPT NRTAX', 'AP NRTAX') THEN
14998: IF nvl(Pa_Pjc_Cwk_Utils.Is_rate_based_line( null, p_sys_ref3),'N') = 'Y' THEN
14999: OPEN c_get_po_LINE_id(p_sys_ref3);
15000: FETCH c_get_po_LINE_id into l_po_line_id;
15001: CLOSE c_get_po_LINE_id;
15002: END IF;