DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on PA_LOOKUPS

Line 878: FROM pa_lookups

874: acct_source_code = decode(t_tsc(i), 'R', NULL, t_acct_source(i)),
875: transfer_status_code = decode(t_tsc(i), 'G', 'G', 'R', 'R', 'A'),
876: transfer_rejection_reason = decode(t_tsc(i),
877: 'R',( SELECT meaning --bug 6033420
878: FROM pa_lookups
879: WHERE lookup_code = 'PA_XLA_NOT_FINAL_ACCT'
880: AND lookup_type = 'TRANSFER REJECTION REASON'),
881: transfer_rejection_reason),
882: transferred_date = trunc(sysdate),