DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_PROJECT_ASSET_LINES_S

Line 665: SELECT pa_project_asset_lines_s.nextval

661: BEGIN
662: x_err_code := 0;
663: x_err_stage := 'Create Project Asset Line';
664:
665: SELECT pa_project_asset_lines_s.nextval
666: INTO project_asset_line_id
667: FROM sys.dual;
668:
669: -- Start: Added as part of the Bug 13256490