DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_PAY_SERVICE_REQUESTS

Line 617: FROM IBY_PAY_SERVICE_REQUESTS

613: l_from_clause := ' From ' || p_entity_table;
614: l_where_clause := ' Where payment_service_request_id = :p_entity_id ';
615: SELECT attribute_category
616: INTO l_attribute_category
617: FROM IBY_PAY_SERVICE_REQUESTS
618: WHERE payment_service_request_id = p_entity_id;
619:
620: ELSIF p_entity_table = G_DFF_FD_PAYMENT THEN
621: l_num_of_attributes := 15;