DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_PAYMENTS_ALL

Line 626: FROM IBY_PAYMENTS_ALL

622: l_from_clause := ' From ' || p_entity_table;
623: l_where_clause := ' Where payment_id = :p_entity_id ';
624: SELECT attribute_category
625: INTO l_attribute_category
626: FROM IBY_PAYMENTS_ALL
627: WHERE payment_id = p_entity_id;
628:
629: ELSIF p_entity_table = G_DFF_AP_CHECK THEN
630: l_num_of_attributes := 15;