DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on PA_LOOKUPS

Line 870: FROM pa_lookups

866: acct_source_code = decode(t_tsc(i), 'R', NULL, t_acct_source(i)),
867: transfer_status_code = decode(t_tsc(i), 'G', 'G', 'R', 'R', 'A'),
868: transfer_rejection_reason = decode(t_tsc(i),
869: 'R',( SELECT meaning --bug 6033420
870: FROM pa_lookups
871: WHERE lookup_code = 'PA_XLA_NOT_FINAL_ACCT'
872: AND lookup_type = 'TRANSFER REJECTION REASON'),
873: transfer_rejection_reason),
874: transferred_date = trunc(sysdate),