DBA Data[Home] [Help]

APPS.XLA_ASSIGNMENT_DEFNS_F_PKG dependencies on XLA_ASSIGNMENT_DEFNS_VL

Line 576: FROM xla_assignment_defns_vl

572: BEGIN
573:
574: SELECT last_updated_by, last_update_date
575: INTO db_luby, db_ludate
576: FROM xla_assignment_defns_vl
577: WHERE program_code = p_program_code
578: AND program_owner_code = p_program_owner_code
579: AND assignment_code = p_assignment_code
580: AND assignment_owner_code = p_assignment_owner_code;