DBA Data[Home] [Help]

APPS.AST_ROUTING_PUB dependencies on CS_INCIDENTS_ALL_B

Line 513: from cs_incidents_all_b

509: l_more_partyID NUMBER;
510:
511: cursor getPartyIDfromSRNum (p_SRNum VARCHAR2) is
512: select customer_id
513: from cs_incidents_all_b
514: where incident_number = p_SRNum;
515:
516: begin
517: if p_object_value is null or p_object_value = '' then