DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on PA_IMPLEMENTATIONS

Line 147: From pa_implementations;

143: -- 4363092 end
144:
145: CURSOR C4 IS
146: Select cust_acc_rel_code
147: From pa_implementations;
148:
149: --Commented the cursors C5 and C6 for bug#5478047
150:
151: /* CURSOR C5 IS

Line 1206: FROM pa_implementations_all

1202: WHERE project_id = c_project_id) AND
1203: (b.cc_prvdr_flag = 'N' OR b.cc_prvdr_flag is NULL);
1204: CURSOR C2(c_customer_id NUMBER) IS
1205: SELECT '1'
1206: FROM pa_implementations_all
1207: WHERE customer_id = c_customer_id;
1208: CURSOR C3 IS
1209: SELECT '1'
1210: FROM pa_implementations

Line 1210: FROM pa_implementations

1206: FROM pa_implementations_all
1207: WHERE customer_id = c_customer_id;
1208: CURSOR C3 IS
1209: SELECT '1'
1210: FROM pa_implementations
1211: WHERE cc_ic_billing_prvdr_flag = 'Y';
1212: BEGIN
1213: l_bill_another_project_flag := x_bill_another_project_flag;
1214: open C1(p_project_id);