DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PA_PJC_CWK_UTILS

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

123:
124: END IF ;
125:
126: --PA.M
127: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
128: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
129:
130: If L_RateBasedPO = 'Y' and L_CWKTCXface = 'Y' Then ---{
131:

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

124: END IF ;
125:
126: --PA.M
127: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
128: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
129:
130: If L_RateBasedPO = 'Y' and L_CWKTCXface = 'Y' Then ---{
131:
132: l_FoundFlag := 'N';

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

957: l_in_var_amt number;
958:
959: Begin
960:
961: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
962: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
963:
964: -- R12 change for cash basis accounting.
965: If p_po_dist is not null and p_forqty = 'Y' then

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

958:
959: Begin
960:
961: L_RateBasedPO := Pa_Pjc_Cwk_Utils.Is_Rate_Based_Line(p_po_line_id, null);
962: L_CWKTCXface := Pa_Pjc_Cwk_Utils.Is_Cwk_TC_Xface_Allowed(P_Project_Id);
963:
964: -- R12 change for cash basis accounting.
965: If p_po_dist is not null and p_forqty = 'Y' then
966: