DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on HXC_INTEGRATION_LAYER_V1_GRP

Line 1174: HXC_INTEGRATION_LAYER_V1_GRP.execute_retrieval_process (

1170: -- call generic retrieval
1171:
1172:
1173:
1174: HXC_INTEGRATION_LAYER_V1_GRP.execute_retrieval_process (
1175: p_process => 'Maintenance Retrieval Process'
1176: , p_transaction_code => p_transaction_code
1177: , p_start_date => to_date(p_start_date,'DD-MM-YYYY')
1178: , p_end_date => to_date(p_end_date,'DD-MM-YYYY')

Line 1189: g_msg := 'After HXC_INTEGRATION_LAYER_V1_GRP.execute_retrieval_process ';

1185:
1186:
1187: -- process results of generic retrieval
1188:
1189: g_msg := 'After HXC_INTEGRATION_LAYER_V1_GRP.execute_retrieval_process ';
1190: fnd_file.put_line(FND_FILE.LOG, g_msg);
1191: -- dbms_output.put_line(g_msg);
1192:
1193: g_msg := 'Start Processing of Building Blocks start now ';

Line 1536: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;

1532: end if;
1533:
1534: -- set overall transaction status
1535:
1536: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;
1537:
1538: -- tell the generic retrieval to update the transactions statuses
1539:
1540: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status

Line 1540: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status

1536: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;
1537:
1538: -- tell the generic retrieval to update the transactions statuses
1539:
1540: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status
1541: (p_process => 'Maintenance Retrieval Process'
1542: ,p_status => 'SUCCESS'
1543: ,p_exception_description => 'Building Block Processed Successfully'
1544: ,p_rollback => FALSE);

Line 1562: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;

1558:
1559: when others then
1560:
1561:
1562: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;
1563:
1564: -- tell the generic retrieval to update the transactions statuses
1565:
1566: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status

Line 1566: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status

1562: HXC_INTEGRATION_LAYER_V1_GRP.set_parent_statuses;
1563:
1564: -- tell the generic retrieval to update the transactions statuses
1565:
1566: HXC_INTEGRATION_LAYER_V1_GRP.update_transaction_status
1567: (p_process => 'Maintenance Retrieval Process'
1568: ,p_status => 'ERRORS'
1569: ,p_exception_description => SUBSTR(SQLERRM,1,200)
1570: ,p_rollback => FALSE);

Line 1727: HXC_INTEGRATION_LAYER_V1_GRP.get_app_hook_params(

1723:
1724: begin
1725:
1726: ---- get time information
1727: HXC_INTEGRATION_LAYER_V1_GRP.get_app_hook_params(
1728: p_building_blocks => l_blocks,
1729: p_app_attributes => l_attributes,
1730: p_messages => l_messages);
1731:

Line 1739: HXC_INTEGRATION_LAYER_V1_GRP.set_app_hook_params(

1735: ,p_time_attributes => l_attributes
1736: ,p_messages => l_messages );
1737:
1738: --- set time information
1739: HXC_INTEGRATION_LAYER_V1_GRP.set_app_hook_params(
1740: p_building_blocks => l_blocks,
1741: p_app_attributes => l_attributes,
1742: p_messages => l_messages);
1743: