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 1215: FROM pa_implementations_all

1211: WHERE project_id = c_project_id) AND
1212: (b.cc_prvdr_flag = 'N' OR b.cc_prvdr_flag is NULL);
1213: CURSOR C2(c_customer_id NUMBER) IS
1214: SELECT '1'
1215: FROM pa_implementations_all
1216: WHERE customer_id = c_customer_id;
1217: CURSOR C3 IS
1218: SELECT '1'
1219: FROM pa_implementations

Line 1219: FROM pa_implementations

1215: FROM pa_implementations_all
1216: WHERE customer_id = c_customer_id;
1217: CURSOR C3 IS
1218: SELECT '1'
1219: FROM pa_implementations
1220: WHERE cc_ic_billing_prvdr_flag = 'Y';
1221: BEGIN
1222: l_bill_another_project_flag := x_bill_another_project_flag;
1223: open C1(p_project_id);