DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on PA_LOOKUPS

Line 416: from pa_lookups

412: x_change_reason_code := NULL;
413:
414: select lookup_code
415: into x_change_reason_code
416: from pa_lookups
417: where lookup_type = 'BUDGET CHANGE REASON'
418: and meaning = x_meaning;
419:
420: return x_change_reason_code;

Line 3469: from pa_lookups

3465: x_msg_data := 'PA_FV_BUDGET_INT_FAILED';
3466: Begin
3467: Select meaning
3468: into l_rejection_reason
3469: from pa_lookups
3470: where lookup_code = l_rejection_code
3471: and lookup_type = 'PA_BUD_INTERFACE_REJ_CODE';
3472: Exception
3473: When no_data_found then