DBA Data[Home] [Help]

APPS.PA_CAPITAL_EVENTS_PVT dependencies on PA_CLIENT_EXTN_PRE_CAP_EVENT

Line 473: PA_CLIENT_EXTN_PRE_CAP_EVENT.PRE_CAPITAL_EVENT

469: PA_DEBUG.WRITE_FILE('LOG',TO_CHAR(SYSDATE,'HH:MI:SS')||': '||'Calling pre_capital_event client extension for project id: '||ac_projects_rec.project_id);
470: END IF;
471:
472: --Call the PRE_CAPITAL_EVENT client extension
473: PA_CLIENT_EXTN_PRE_CAP_EVENT.PRE_CAPITAL_EVENT
474: (p_project_id => ac_projects_rec.project_id,
475: p_event_period_name => p_event_period_name,
476: p_asset_date_through => p_asset_date_through,
477: p_ei_date_through => p_ei_date_through,

Line 581: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CLIENT_EXTN_PRE_CAP_EVENT',

577: retcode := -40;
578: errbuf := 'Error in PRE_CAPITAL_EVENT client extension for project id '||ac_projects_rec.project_id||' '||v_msg_data;
579: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,errbuf);
580: FND_FILE.PUT_LINE(FND_FILE.LOG,errbuf);
581: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CLIENT_EXTN_PRE_CAP_EVENT',
582: p_procedure_name => 'PRE_CAPITAL_EVENT',
583: p_error_text => SUBSTRB(v_msg_data,1,240));
584: ROLLBACK;
585: RAISE;

Line 593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CLIENT_EXTN_PRE_CAP_EVENT',

589: retcode := -50;
590: errbuf := 'Unexpected error in PRE_CAPITAL_EVENT client extn for project id '||ac_projects_rec.project_id||' '||v_msg_data;
591: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,errbuf);
592: FND_FILE.PUT_LINE(FND_FILE.LOG,errbuf);
593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_CLIENT_EXTN_PRE_CAP_EVENT',
594: p_procedure_name => 'PRE_CAPITAL_EVENT',
595: p_error_text => SUBSTRB(v_msg_data,1,240));
596: ROLLBACK;
597: RAISE;