DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CLIENT_EXTN_ASSET_CREATION

Line 4555: /*bug 5642019 - this piece of code moved inside projrec loop.In case when PA_CLIENT_EXTN_ASSET_CREATION

4551: /* Automatic asset capitalization changes JPULTORAK 04-FEB-03 */
4552: --Add logic to set the Capital Event ID to -1 for assets and EIs on projects
4553: --with a Capital Event Processing method of 'None'. This logic is not executed
4554: --when run for a specific Event.
4555: /*bug 5642019 - this piece of code moved inside projrec loop.In case when PA_CLIENT_EXTN_ASSET_CREATION
4556: is used to create project assets procedure no_event_projects will fail to update
4557: pa_project_assets table since the client code has not been fired at this point.
4558: IF x_capital_event_id IS NULL THEN
4559:

Line 4584: PA_CLIENT_EXTN_ASSET_CREATION.create_project_assets

4580: IF G_debug_mode = 'Y' THEN
4581: pa_debug.debug('summarize_proj: ' || 'Calling CREATE_PROJECT_ASSETS Client Extension for project...'||projrec.project_id);
4582: END IF;
4583:
4584: PA_CLIENT_EXTN_ASSET_CREATION.create_project_assets
4585: (p_project_id => projrec.project_id,
4586: p_asset_date_through => x_in_service_date_through,
4587: p_pa_date_through => x_pa_date,
4588: p_capital_event_id => x_capital_event_id,