DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PA_PJC_CWK_UTILS

Line 112: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);

108:
109: END IF ;
110:
111: --PA.M
112: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
113: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
114:
115: If L_RateBasedPO = 'Y' and L_CWKTCXface = 'Y' Then ---{
116:

Line 113: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);

109: END IF ;
110:
111: --PA.M
112: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
113: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
114:
115: If L_RateBasedPO = 'Y' and L_CWKTCXface = 'Y' Then ---{
116:
117: l_FoundFlag := 'N';

Line 850: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);

846: l_in_var_amt number;
847:
848: Begin
849:
850: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
851: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
852:
853: -- R12 change for cash basis accounting.
854: If p_po_dist is not null and p_forqty = 'Y' then

Line 851: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);

847:
848: Begin
849:
850: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
851: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
852:
853: -- R12 change for cash basis accounting.
854: If p_po_dist is not null and p_forqty = 'Y' then
855: