DBA Data[Home] [Help]

APPS.GMS_BUDGET_UTILS dependencies on PA_LOOKUPS

Line 432: from pa_lookups

428: x_change_reason_code := NULL;
429:
430: select lookup_code
431: into x_change_reason_code
432: from pa_lookups
433: where lookup_type = 'BUDGET CHANGE REASON'
434: and meaning = x_meaning;
435:
436: return x_change_reason_code;