DBA Data[Home] [Help]

APPS.CSD_MASS_RCV_PVT dependencies on CS_INCIDENTS_ALL_B

Line 1088: FROM cs_incidents_all_b

1084: ----Define Cursors
1085: CURSOR cur_cust_details (p_incident_id IN NUMBER)
1086: IS
1087: SELECT customer_id, account_id
1088: FROM cs_incidents_all_b
1089: WHERE incident_id = p_incident_id;
1090:
1091: /*** contract rearch changes for R12
1092:

Line 1435: --Get Party_ID and Account_ID from cs_incidents_all_b table for the given incident_Id. If the party_id is null raise error.

1431: END IF;
1432: ****************/
1433:
1434: ---------------------------------------------------------------------------------5
1435: --Get Party_ID and Account_ID from cs_incidents_all_b table for the given incident_Id. If the party_id is null raise error.
1436: IF l_incident_id IS NOT NULL
1437: THEN
1438: OPEN cur_cust_details (l_incident_id);
1439: