DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_WF_PKG dependencies on FND_DATE

Line 659: vc_expnd_item_date :=fnd_date.date_to_canonical(v_expnd_item_date);

655:
656: /** First time submission and restart after concurrent process
657: errors out as no draft is generated **/
658:
659: vc_expnd_item_date :=fnd_date.date_to_canonical(v_expnd_item_date);
660: WriteDebugMsg('Expenditure Item Date in char format:='||
661: vc_expnd_item_date);
662:
663: v_request_id := Submit_Conc_Process('PAXALGAT'

Line 684: vc_expnd_item_date :=fnd_date.date_to_canonical(v_expnd_item_date);

680:
681: PA_ALLOC_RUN.Delete_ALLOC_TXNS (v_rule_id,
682: v_allocation_run_id);
683:
684: vc_expnd_item_date :=fnd_date.date_to_canonical(v_expnd_item_date);
685: WriteDebugMsg('Expenditure Item Date in char format:='
686: ||vc_expnd_item_date);
687:
688: v_request_id := Submit_Conc_Process('PAXALGAT'

Line 1404: fnd_date.canonical_to_date(p_arg2),

1400:
1401: v_request_id := PA_GL_AUTOALLOC_PKG.Submit_Alloc_Request(
1402: p_rule_id => p_arg1,
1403: p_expnd_item_date =>
1404: fnd_date.canonical_to_date(p_arg2),
1405: p_pa_period => p_arg3,
1406: p_gl_period => p_arg4);
1407: ELSIF p_prog_code = 'PASDUC' then
1408: G_Err_Stage := 'Submit Request for Concurrent Program'||'PASDUC';