DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CLIENT_EXTN_ASSET_CREATION

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

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

Line 4200: PA_CLIENT_EXTN_ASSET_CREATION.create_project_assets

4196: IF G_debug_mode = 'Y' THEN
4197: pa_debug.debug('summarize_proj: ' || 'Calling CREATE_PROJECT_ASSETS Client Extension for project...'||projrec.project_id);
4198: END IF;
4199:
4200: PA_CLIENT_EXTN_ASSET_CREATION.create_project_assets
4201: (p_project_id => projrec.project_id,
4202: p_asset_date_through => x_in_service_date_through,
4203: p_pa_date_through => x_pa_date,
4204: p_capital_event_id => x_capital_event_id,