DBA Data[Home] [Help]

APPS.MSC_X_CP_FLOW dependencies on FND_DATE

Line 327: , fnd_date.date_to_canonical(sysdate)-- l_horizon_start -- p_horizon_start -- in date default sysdate,

323: , NULL -- , l_planner_code -- in varchar2 default null,
324: , NULL -- , l_item_id -- in number default null,
325: , l_aps_customer_id -- p_customer_id -- in number default null,
326: , NULL -- , l_customer_site_id -- in number default null,
327: , fnd_date.date_to_canonical(sysdate)-- l_horizon_start -- p_horizon_start -- in date default sysdate,
328: , 365 -- l_horizon_end - l_horizon_start + 1 -- p_horizon_days -- l_horizon_days -- in number default 365
329: );
330:
331: commit;

Line 602: fnd_date.date_to_canonical(sysdate) -- l_horizon_start -- p_horizon_start_date -- In date,

598: NULL, -- description
599: NULL, -- start_time
600: FALSE, -- sub_request
601: -- NULL -- , p_sr_instance_id => NULL -- IN Number,
602: fnd_date.date_to_canonical(sysdate) -- l_horizon_start -- p_horizon_start_date -- In date,
603: ,fnd_date.date_to_canonical(sysdate+ 365) -- l_horizon_end -- p_horizon_end_date -- In date,
604: , NULL -- , p_abc_class -- In Varchar2,
605: , NULL -- p_item_id In Number,
606: , NULL -- p_planner -- In Varchar2,

Line 603: ,fnd_date.date_to_canonical(sysdate+ 365) -- l_horizon_end -- p_horizon_end_date -- In date,

599: NULL, -- start_time
600: FALSE, -- sub_request
601: -- NULL -- , p_sr_instance_id => NULL -- IN Number,
602: fnd_date.date_to_canonical(sysdate) -- l_horizon_start -- p_horizon_start_date -- In date,
603: ,fnd_date.date_to_canonical(sysdate+ 365) -- l_horizon_end -- p_horizon_end_date -- In date,
604: , NULL -- , p_abc_class -- In Varchar2,
605: , NULL -- p_item_id In Number,
606: , NULL -- p_planner -- In Varchar2,
607: , l_aps_supplier_id -- l_supplier_id -- p_supplir_id In number,

Line 746: fnd_date.date_to_chardate(SYSDATE) -- IN VARCHAR2

742: l_plan_id, -- IN NUMBER,
743: 1, -- IN NUMBER,
744: 1, -- IN NUMBER,
745: 2, -- IN NUMBER,
746: fnd_date.date_to_chardate(SYSDATE) -- IN VARCHAR2
747: );
748:
749: commit;
750:

Line 884: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start

880: null, --p_project_id
881: null, --p_task_id
882: null, --p_source_customer_id
883: null, --p_source_customer_site_id
884: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start
885: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end
886: 1, --p_auto_version default 1,
887: null, --p_version
888: 2, --p_include_so_flag default 2

Line 885: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end

881: null, --p_task_id
882: null, --p_source_customer_id
883: null, --p_source_customer_site_id
884: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start
885: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end
886: 1, --p_auto_version default 1,
887: null, --p_version
888: 2, --p_include_so_flag default 2
889: 1 --p_overwrite default 1

Line 1003: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start

999: null, --p_project_id
1000: null, --p_task_id
1001: null, --p_source_supplier_id
1002: null, --p_source_supplier_site_id
1003: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start
1004: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end
1005: 1, -- p_auto_version default 1
1006: null, --p_version
1007: 2, --p_purchase_order default 2

Line 1004: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end

1000: null, --p_task_id
1001: null, --p_source_supplier_id
1002: null, --p_source_supplier_site_id
1003: fnd_date.date_to_chardate(SYSDATE) , --p_horizon_start
1004: fnd_date.date_to_chardate(SYSDATE + 365) , --p_horizon_end
1005: 1, -- p_auto_version default 1
1006: null, --p_version
1007: 2, --p_purchase_order default 2
1008: 2, --p_requisition default 2