DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION dependencies on WF_ITEM_DEFINITION_UTIL_PUB

Line 199: wf_item_definition_util_pub.validate_date (

195: /*
196: ** Get the expected format for the date. You don't care about the
197: ** validation stuff
198: */
199: wf_item_definition_util_pub.validate_date (
200: TO_CHAR(sysdate),
201: l_date_date,
202: l_valid_date,
203: l_expected_format);

Line 371: wf_item_definition_util_pub.validate_date (

367: ** Check the effective date that was passed in. If it is invalid
368: ** Then just show a frame with an error. Otherwise show the
369: ** frameset for the summary and details.
370: */
371: wf_item_definition_util_pub.validate_date (
372: l_effective_date,
373: l_date_date,
374: l_valid_date,
375: l_expected_format);

Line 617: wf_item_definition_util_pub.validate_date (

613: ** Check the effective date that was passed in. If it is invalid
614: ** Then just show a frame with an error. Otherwise show the
615: ** frameset for the summary and details.
616: */
617: wf_item_definition_util_pub.validate_date (
618: p_effective_date,
619: l_effective_date,
620: l_valid_date,
621: l_expected_format);

Line 788: wf_item_definition_util_pub.validate_date (

784: ** Check the effective date that was passed in. If it is invalid
785: ** Then just show a frame with an error. Otherwise show the
786: ** frameset for the summary and details.
787: */
788: wf_item_definition_util_pub.validate_date (
789: p_effective_date,
790: l_effective_date,
791: l_valid_date,
792: l_expected_format);