DBA Data[Home] [Help]

APPS.PA_PJC_CWK_UTILS dependencies on PO_DISTRIBUTIONS_ALL

Line 52: From Po_Distributions_All

48: --Dbms_Output.Put_Line('select');
49:
50: Select Po_Line_Id
51: Into L_Po_Line_Id
52: From Po_Distributions_All
53: Where Po_Distribution_id = P_Po_Distribution_Id;
54:
55: G_PoLineIdTab(P_Po_Distribution_Id) := L_Po_Line_Id;
56: --Dbms_Output.Put_Line('after select');

Line 170: Po_Distributions_All Po

166: Into L_Exists
167: From Dual
168: Where Exists (Select 1
169: From Pa_Projects_All P,
170: Po_Distributions_All Po
171: Where nvl(P.Org_Id, -99) = nvl(P_Org_Id, -99)
172: And P.Project_Id = Po.Project_Id
173: And PA_PJC_CWK_UTILS.is_rate_based_line (
174: Po.Po_Line_Id,