DBA Data[Home] [Help]

APPS.HR_BIS_ALERTS dependencies on BIS_UTIL

Line 1220: x_error_Tbl bis_UTILITIES_PUB.Error_Tbl_Type;

1216: PROCEDURE post_actual
1217: (p_actual_rec IN bis_ACTUAL_PUB.Actual_Rec_Type)
1218: IS
1219:
1220: x_error_Tbl bis_UTILITIES_PUB.Error_Tbl_Type;
1221: x_msg_count NUMBER;
1222: x_msg_data VARCHAR2(30);
1223: x_return_status VARCHAR2(30);
1224:

Line 1447: bis_util.strt_wf_process

1443: -- ---------------------------------------------------------------------
1444: -- 5. start the workflow process
1445: -- ---------------------------------------------------------------------
1446: pl('start workflow process');
1447: bis_util.strt_wf_process
1448: (p_exception_message => l_message
1449: ,p_msg_subject => l_subject
1450: ,p_exception_date => sysdate
1451: ,p_item_type => p_target_rec.workflow_item_type

Line 1938: bis_util.strt_wf_process

1934: -- ---------------------------------------------------------------------
1935: -- 5. start the workflow process
1936: -- ---------------------------------------------------------------------
1937: pl('start workflow process');
1938: bis_util.strt_wf_process
1939: (p_exception_message => l_message
1940: ,p_msg_subject => l_subject
1941: ,p_exception_date => sysdate
1942: ,p_item_type => p_target_rec.workflow_item_type

Line 2578: bis_util.strt_wf_process

2574: -- ---------------------------------------------------------------------
2575: -- 5. start the workflow process
2576: -- ---------------------------------------------------------------------
2577: pl('start workflow process');
2578: bis_util.strt_wf_process
2579: (p_exception_message => l_message
2580: ,p_msg_subject => l_subject
2581: ,p_exception_date => sysdate
2582: ,p_item_type => p_target_rec.workflow_item_type

Line 3085: bis_util.strt_wf_process

3081: -- ---------------------------------------------------------------------
3082: -- 5. start the workflow process
3083: -- ---------------------------------------------------------------------
3084: pl(' start workflow process');
3085: bis_util.strt_wf_process
3086: (p_exception_message => l_message
3087: ,p_msg_subject => l_subject
3088: ,p_exception_date => sysdate
3089: ,p_item_type => p_target_rec.workflow_item_type

Line 3407: l_error_tbl bis_UTILITIES_PUB.Error_Tbl_Type;

3403:
3404: l_return_status VARCHAR2(1);
3405: l_msg_count NUMBER;
3406: l_msg_data VARCHAR2(250);
3407: l_error_tbl bis_UTILITIES_PUB.Error_Tbl_Type;
3408: i NUMBER := 0;
3409: l_actual NUMBER(38,2);
3410:
3411: l_security_group_id per_business_groups.security_group_id%TYPE;