DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_TIMECARD

Line 62: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

58: * Blocks of the Timecard.
59: * @param p_app_attributes PL/SQL Type Nested Table that will hold the Time
60: * Attributes of the Timecard.
61: * @rep:displayname Get Timecard
62: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
63: * @rep:lifecycle active
64: * @rep:primaryinstance
65: * @rep:scope public
66: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 115: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

111: * Timecard object.
112: * @param p_app_attributes PL/SQL Table that will hold the attributes related
113: * to the Time Building Blocks held in p_app_blocks.
114: * @rep:displayname Get Timecard
115: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
116: * @rep:lifecycle active
117: * @rep:scope public
118: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
119: */

Line 202: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

198: * @param p_app_blocks Pass in the Time Building Block SQL Type Nested Table to
199: * attach the Time Building Block to. On success, the Time Building Block
200: * created will be added to this SQL Type Nested Table.
201: * @rep:displayname Create Time Building Block
202: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
203: * @rep:lifecycle active
204: * @rep:primaryinstance
205: * @rep:scope public
206: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 315: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

311: * @param p_app_blocks Pass in the Time Building Block PL/SQL Type Nested Table
312: * to attach the Time Building Block to. On success, the Time Building Block
313: * created will be added to this PL/SQL Type Nested Table.
314: * @rep:displayname Create Time Building Block
315: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
316: * @rep:lifecycle active
317: * @rep:scope public
318: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
319: */

Line 402: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

398: * Block created will be added to this SQL Type Nested Table.
399: * @param p_time_building_block_id Uniquely identifies the Time Building Block
400: * created.
401: * @rep:displayname Create Timecard Time Building Block
402: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
403: * @rep:lifecycle active
404: * @rep:primaryinstance
405: * @rep:scope public
406: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 418: DEFAULT hxc_timecard.c_person_resource,

414: -- p_approval_status IN hxc_time_building_blocks.approval_status%TYPE,
415: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
416: -- default to person because there is no other resource type at the moment.
417: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
418: DEFAULT hxc_timecard.c_person_resource,
419: -- We cannot use approval_style_name because that is not unique.
420: p_approval_style_id IN hxc_time_building_blocks.approval_style_id%TYPE
421: DEFAULT NULL,
422: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE

Line 472: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

468: * added to this PL/SQL Table.
469: * @param p_time_building_block_id Uniquely identifies the Time Building Block
470: * created.
471: * @rep:displayname Create Timecard Time Building Block
472: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
473: * @rep:lifecycle active
474: * @rep:scope public
475: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
476: */

Line 487: DEFAULT hxc_timecard.c_person_resource,

483: -- p_approval_status IN hxc_time_building_blocks.approval_status%TYPE,
484: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
485: -- default to person because there is no other resource type at the moment.
486: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
487: DEFAULT hxc_timecard.c_person_resource,
488: -- We cannot use approval_style_name because that is not unique.
489: p_approval_style_id IN hxc_time_building_blocks.approval_style_id%TYPE
490: DEFAULT NULL,
491: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE

Line 539: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

535: * created will be added to this SQL Type Nested Table.
536: * @param p_time_building_block_id Uniquely identifies the Time Building Block
537: * created.
538: * @rep:displayname Create Day Time Building Block
539: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
540: * @rep:lifecycle active
541: * @rep:primaryinstance
542: * @rep:scope public
543: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 552: DEFAULT hxc_timecard.c_person_resource,

548: PROCEDURE create_day_bb (
549: p_day IN hxc_time_building_blocks.start_time%TYPE,
550: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
551: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
552: DEFAULT hxc_timecard.c_person_resource,
553: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
554: DEFAULT NULL,
555: -- p_parent_building_block_ovn hxc_time_building_blocks.parent_building_block_ovn%TYPE
556: -- DEFAULT 1,

Line 605: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

601: * Block created will be added to this PL/SQL Type Nested Table.
602: * @param p_time_building_block_id Uniquely identifies the Time Building Block
603: * created.
604: * @rep:displayname Create Day Time Building Block
605: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
606: * @rep:lifecycle active
607: * @rep:scope public
608: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
609: */

Line 617: DEFAULT hxc_timecard.c_person_resource,

613: PROCEDURE create_day_bb (
614: p_day IN hxc_time_building_blocks.start_time%TYPE,
615: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
616: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
617: DEFAULT hxc_timecard.c_person_resource,
618: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
619: DEFAULT NULL,
620: -- p_parent_building_block_ovn hxc_time_building_blocks.parent_building_block_ovn%TYPE
621: -- DEFAULT 1,

Line 672: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

668: * created will be added to this SQL Type Nested Table.
669: * @param p_time_building_block_id Uniquely identifies the Time Building Block
670: * created.
671: * @rep:displayname Create Day Time Building Block
672: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
673: * @rep:lifecycle active
674: * @rep:scope public
675: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
676: */

Line 738: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

734: * Block created will be added to this PL/SQL Type Nested Table.
735: * @param p_time_building_block_id Uniquely identifies the Time Building Block
736: * created.
737: * @rep:displayname Create Day Time Building Block
738: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
739: * @rep:lifecycle active
740: * @rep:scope public
741: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
742: */

Line 837: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

833: * created. This procedure will not modify the table contents.
834: * @param p_time_building_block_id Uniquely identifies the Time Building Block
835: * created.
836: * @rep:displayname Create Detail Time Building Block
837: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
838: * @rep:lifecycle active
839: * @rep:primaryinstance
840: * @rep:scope public
841: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 928: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

924: * created. This procedure will not modify the table contents.
925: * @param p_time_building_block_id Uniquely identifies the Time Building Block
926: * created.
927: * @rep:displayname Create Detail Time Building Block
928: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
929: * @rep:lifecycle active
930: * @rep:scope public
931: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
932: */

Line 1011: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1007: * created. This procedure will not modify the table contents.
1008: * @param p_time_building_block_id Uniquely identifies the Time Building Block
1009: * created.
1010: * @rep:displayname Create Measure Time Entry
1011: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1012: * @rep:lifecycle active
1013: * @rep:primaryinstance
1014: * @rep:scope public
1015: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 1025: DEFAULT hxc_timecard.c_person_resource,

1021: p_measure IN hxc_time_building_blocks.measure%TYPE,
1022: p_day IN hxc_time_building_blocks.start_time%TYPE,
1023: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
1024: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
1025: DEFAULT hxc_timecard.c_person_resource,
1026: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
1027: DEFAULT NULL,
1028: p_deposit_process IN hxc_deposit_processes.NAME%TYPE
1029: DEFAULT g_otl_deposit_process,

Line 1083: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1079: * created. This procedure will not modify the table contents.
1080: * @param p_time_building_block_id Uniquely identifies the Time Building Block
1081: * created.
1082: * @rep:displayname Create Measure Time Entry
1083: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1084: * @rep:lifecycle active
1085: * @rep:scope public
1086: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1087: */

Line 1096: DEFAULT hxc_timecard.c_person_resource,

1092: p_measure IN hxc_time_building_blocks.measure%TYPE,
1093: p_day IN hxc_time_building_blocks.start_time%TYPE,
1094: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
1095: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
1096: DEFAULT hxc_timecard.c_person_resource,
1097: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
1098: DEFAULT NULL,
1099: p_deposit_process IN hxc_deposit_processes.NAME%TYPE
1100: DEFAULT g_otl_deposit_process,

Line 1153: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1149: * created. This procedure will not modify the table contents.
1150: * @param p_time_building_block_id Uniquely identifies the Time Building Block
1151: * created.
1152: * @rep:displayname Create Range Time Entry
1153: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1154: * @rep:lifecycle active
1155: * @rep:scope public
1156: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1157: */

Line 1166: DEFAULT hxc_timecard.c_person_resource,

1162: p_start_time IN hxc_time_building_blocks.start_time%TYPE,
1163: p_stop_time IN hxc_time_building_blocks.start_time%TYPE,
1164: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
1165: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
1166: DEFAULT hxc_timecard.c_person_resource,
1167: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
1168: DEFAULT NULL,
1169: p_deposit_process IN hxc_deposit_processes.NAME%TYPE
1170: DEFAULT g_otl_deposit_process,

Line 1224: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1220: * created. This procedure will not modify the table contents.
1221: * @param p_time_building_block_id Uniquely identifies the Time Building Block
1222: * created.
1223: * @rep:displayname Create Range Time Entry
1224: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1225: * @rep:lifecycle active
1226: * @rep:scope public
1227: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1228: */

Line 1237: DEFAULT hxc_timecard.c_person_resource,

1233: p_start_time IN hxc_time_building_blocks.start_time%TYPE,
1234: p_stop_time IN hxc_time_building_blocks.start_time%TYPE,
1235: p_resource_id IN hxc_time_building_blocks.resource_id%TYPE,
1236: p_resource_type IN hxc_time_building_blocks.resource_type%TYPE
1237: DEFAULT hxc_timecard.c_person_resource,
1238: p_comment_text IN hxc_time_building_blocks.comment_text%TYPE
1239: DEFAULT NULL,
1240: p_deposit_process IN hxc_deposit_processes.NAME%TYPE
1241: DEFAULT g_otl_deposit_process,

Line 1287: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1283: * @param p_app_attributes Pass in the Time Attribute PL/SQL Type Nested Table
1284: * to attach the Time Attribute to. On success, the Time Attribute created will
1285: * be added to this PL/SQL Type Nested Table.
1286: * @rep:displayname Create Time Attribute
1287: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1288: * @rep:lifecycle active
1289: * @rep:scope public
1290: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1291: */

Line 1352: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1348: * @param p_app_attributes Pass in the Time Attribute PL/SQL Type Nested Table
1349: * containing the Time Building Blocks attributes which have already been
1350: * created. This procedure will not modify the table contents.
1351: * @rep:displayname Update Time Building Block
1352: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1353: * @rep:lifecycle active
1354: * @rep:primaryinstance
1355: * @rep:scope public
1356: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 1424: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1420: * @param p_app_attributes Pass in the Time Attribute PL/SQL Type Nested Table
1421: * containing the Time Building Blocks attributes which have already been
1422: * created. This procedure will not modify the table contents.
1423: * @rep:displayname Update Time Building Block
1424: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1425: * @rep:lifecycle active
1426: * @rep:scope public
1427: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1428: */

Line 1489: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1485: * @param p_app_attributes Pass in the Attribute PL/SQL Nested Table containing
1486: * the attribute to be updated. On success, the Time Attribute updated will be
1487: * updated in this PL/SQL Nested Table.
1488: * @rep:displayname Update Time Attribute
1489: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1490: * @rep:lifecycle active
1491: * @rep:primaryinstance
1492: * @rep:scope public
1493: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 1549: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1545: * @param p_app_attributes Pass in the Attribute PL/SQL Nested Table containing
1546: * the attribute to update. On success, the Time Attribute updated will be in
1547: * this PL/SQL Nested Table.
1548: * @rep:displayname Update Time Attribute
1549: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1550: * @rep:lifecycle active
1551: * @rep:scope public
1552: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1553: */

Line 1609: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1605: * @param p_app_attributes Pass in the Time Attribute PL/SQL Type Nested Table
1606: * containing the Time Building Blocks attributes which have already been
1607: * created. This procedure will not modify the table contents.
1608: * @rep:displayname Delete Detail Time Building Block
1609: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1610: * @rep:lifecycle active
1611: * @rep:primaryinstance
1612: * @rep:scope public
1613: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 1668: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1664: * @param p_app_attributes Pass in the Time Attribute PL/SQL Type Nested Table
1665: * containing the Time Building Blocks attributes which have already been
1666: * created. This procedure will not modify the table contents.
1667: * @rep:displayname Delete Detail Time Building Block
1668: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1669: * @rep:lifecycle active
1670: * @rep:scope public
1671: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1672: */

Line 1719: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1715: * default value is recommended for most scenarios.
1716: * @param p_template Set to 'Y' if deleting a template, else use 'N'
1717: * (=Default).
1718: * @rep:displayname Delete Timecard
1719: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1720: * @rep:lifecycle active
1721: * @rep:scope public
1722: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1723: */

Line 1729: p_mode IN VARCHAR2 DEFAULT hxc_timecard.c_delete,

1725: -- {End Of Comments}
1726: --
1727: PROCEDURE delete_timecard (
1728: p_building_block_id IN hxc_time_building_blocks.time_building_block_id%TYPE,
1729: p_mode IN VARCHAR2 DEFAULT hxc_timecard.c_delete,
1730: p_deposit_process IN hxc_deposit_processes.NAME%TYPE
1731: DEFAULT g_otl_deposit_process,
1732: p_retrieval_process IN VARCHAR2 DEFAULT NULL,
1733: p_effective_date IN hxc_time_building_blocks.stop_time%TYPE

Line 1735: p_template IN VARCHAR2 DEFAULT hxc_timecard.c_no

1731: DEFAULT g_otl_deposit_process,
1732: p_retrieval_process IN VARCHAR2 DEFAULT NULL,
1733: p_effective_date IN hxc_time_building_blocks.stop_time%TYPE
1734: DEFAULT SYSDATE,
1735: p_template IN VARCHAR2 DEFAULT hxc_timecard.c_no
1736: );
1737:
1738: --
1739: -- ----------------------------------------------------------------------------

Line 1790: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1786: * whether you want to approve the timecards of terminated employees when
1787: * submitting. This parameter is ignored when p_process_terminated_employees is
1788: * FALSE.
1789: * @rep:displayname Execute Deposit Process
1790: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1791: * @rep:lifecycle active
1792: * @rep:primaryinstance
1793: * @rep:scope public
1794: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 1813: DEFAULT hxc_timecard.c_no,

1809: -- hxc_self_service_time_deposit.message_table,
1810: p_timecard_id OUT NOCOPY hxc_time_building_blocks.time_building_block_id%TYPE,
1811: p_timecard_ovn OUT NOCOPY hxc_time_building_blocks.object_version_number%TYPE,
1812: p_template IN VARCHAR2
1813: DEFAULT hxc_timecard.c_no,
1814: p_item_type IN wf_items.item_type%TYPE
1815: DEFAULT 'HXCEMP',
1816: p_approval_prc IN wf_process_activities.process_name%TYPE
1817: DEFAULT 'HXC_APPROVAL',

Line 1874: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1870: * whether you want to approve the timecards of terminated employees when
1871: * submitting. This parameter is ignored when p_process_terminated_employees is
1872: * FALSE.
1873: * @rep:displayname Execute Deposit Process
1874: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1875: * @rep:lifecycle active
1876: * @rep:scope public
1877: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1878: */

Line 1894: DEFAULT hxc_timecard.c_no,

1890: p_messages OUT NOCOPY hxc_self_service_time_deposit.message_table,
1891: p_timecard_id OUT NOCOPY hxc_time_building_blocks.time_building_block_id%TYPE,
1892: p_timecard_ovn OUT NOCOPY hxc_time_building_blocks.object_version_number%TYPE,
1893: p_template IN VARCHAR2
1894: DEFAULT hxc_timecard.c_no,
1895: p_item_type IN wf_items.item_type%TYPE
1896: DEFAULT 'HXCEMP',
1897: p_approval_prc IN wf_process_activities.process_name%TYPE
1898: DEFAULT 'HXC_APPROVAL',

Line 1930: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1926: * The Nested Table is not cleared.
1927: *
1928: * @param p_app_blocks Timecard SQL Type Nested Table to be cleared.
1929: * @rep:displayname Clear Time Building Block Table
1930: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1931: * @rep:lifecycle active
1932: * @rep:scope public
1933: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1934: */

Line 1969: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

1965: * The Nested Table is not cleared.
1966: *
1967: * @param p_app_attributes Time Atrribute PL/SQL Table to be cleared.
1968: * @rep:displayname Clear Time Attribute Table
1969: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
1970: * @rep:lifecycle active
1971: * @rep:scope public
1972: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
1973: */

Line 2008: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

2004: * The Nested Table is not cleared.
2005: *
2006: * @param p_messages Message PL/SQL Table to be cleared.
2007: * @rep:displayname Clear Message Table
2008: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
2009: * @rep:lifecycle active
2010: * @rep:scope public
2011: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
2012: */

Line 2049: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

2045: *
2046: * @param p_app_blocks Timecard SQL Type Nested Table to log.
2047: * @param p_app_attributes Corresponding Time Attributes to log.
2048: * @rep:displayname Log Timecard
2049: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
2050: * @rep:lifecycle active
2051: * @rep:primaryinstance
2052: * @rep:scope public
2053: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 2092: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

2088: *
2089: * @param p_app_blocks Timecard PL/SQL Type Nested Table to log.
2090: * @param p_app_attributes Corresponding Time Attributes to log.
2091: * @rep:displayname Log Timecard
2092: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
2093: * @rep:lifecycle active
2094: * @rep:scope public
2095: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
2096: */

Line 2132: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

2128: * The Messages will not be logged.
2129: *
2130: * @param p_messages Message SQL Type Nested Table to log.
2131: * @rep:displayname Log Messages
2132: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
2133: * @rep:lifecycle active
2134: * @rep:primaryinstance
2135: * @rep:scope public
2136: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit

Line 2171: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

2167: * The Messages will not be logged.
2168: *
2169: * @param p_messages Message PL/SQL Type Nested Table to log.
2170: * @rep:displayname Log Messages
2171: * @rep:category BUSINESS_ENTITY HXC_TIMECARD
2172: * @rep:lifecycle active
2173: * @rep:scope public
2174: * @rep:metalink 223987.1 OTL HXC TimeStore Deposit
2175: */