DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_TIMECARD

Line 61: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 114: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 201: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 314: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 401: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 417: DEFAULT hxc_timecard.c_person_resource,

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

Line 471: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 486: DEFAULT hxc_timecard.c_person_resource,

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

Line 538: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 551: DEFAULT hxc_timecard.c_person_resource,

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

Line 604: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 616: DEFAULT hxc_timecard.c_person_resource,

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

Line 671: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 737: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 836: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 927: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1010: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1024: DEFAULT hxc_timecard.c_person_resource,

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

Line 1082: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1095: DEFAULT hxc_timecard.c_person_resource,

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

Line 1152: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1165: DEFAULT hxc_timecard.c_person_resource,

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

Line 1223: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1236: DEFAULT hxc_timecard.c_person_resource,

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

Line 1286: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1351: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1423: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1488: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1548: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1608: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1667: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1718: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1728: p_mode IN VARCHAR2 DEFAULT hxc_timecard.c_delete,

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

Line 1734: p_template IN VARCHAR2 DEFAULT hxc_timecard.c_no

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

Line 1789: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1812: DEFAULT hxc_timecard.c_no,

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

Line 1873: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1893: DEFAULT hxc_timecard.c_no,

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

Line 1929: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 1968: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 2007: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 2048: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 2091: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 2131: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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

Line 2170: * @rep:category BUSINESS_ENTITY HXC_TIMECARD

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