DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_PMT_INSTR_USES_ALL

Line 722: FROM IBY_PMT_INSTR_USES_ALL

718: l_from_clause := ' From ' || p_entity_table;
719: l_where_clause := ' Where INSTRUMENT_PAYMENT_USE_ID = :p_entity_id ';
720: SELECT attribute_category
721: INTO l_attribute_category
722: FROM IBY_PMT_INSTR_USES_ALL
723: WHERE instrument_payment_use_id = p_entity_id;
724:
725: ELSIF p_entity_table = G_DFF_PO_VENDORS THEN
726: l_num_of_attributes := 15;