DBA Data[Home] [Help]

APPS.PAY_CREATE_ELEMNT_TMPLT_RECORD dependencies on PAY_ELEMENT_TEMPLATE_API

Line 271: pay_element_template_api.delete_user_structure(false,true,

267: BEGIN
268: delete from PAY_ELE_TMPLT_CLASS_USAGES
269: where template_id = l_template_id;
270:
271: pay_element_template_api.delete_user_structure(false,true,
272: l_template_id);
273: l_template_exists := 'N';
274: EXCEPTION
275: WHEN OTHERS THEN

Line 1210: pay_element_template_api.delete_user_structure(false,true,

1206: BEGIN
1207: delete from PAY_ELE_TMPLT_CLASS_USAGES
1208: where template_id = l_template_id;
1209:
1210: pay_element_template_api.delete_user_structure(false,true,
1211: l_template_id);
1212: l_template_exists := 'N';
1213: EXCEPTION
1214: WHEN OTHERS THEN

Line 1680: pay_element_template_api.delete_user_structure(false,true,

1676: BEGIN
1677: delete from PAY_ELE_TMPLT_CLASS_USAGES
1678: where template_id = l_template_id;
1679:
1680: pay_element_template_api.delete_user_structure(false,true,
1681: l_template_id);
1682: l_template_exists := 'N';
1683: EXCEPTION
1684: WHEN OTHERS THEN

Line 2444: pay_element_template_api.delete_user_structure(false,true,

2440: BEGIN
2441: delete from PAY_ELE_TMPLT_CLASS_USAGES
2442: where template_id = l_template_id;
2443:
2444: pay_element_template_api.delete_user_structure(false,true,
2445: l_template_id);
2446: l_template_exists := 'N';
2447: EXCEPTION
2448: WHEN OTHERS THEN

Line 3472: pay_element_template_api.delete_user_structure(false,true,

3468: BEGIN
3469: delete from PAY_ELE_TMPLT_CLASS_USAGES
3470: where template_id = l_template_id;
3471:
3472: pay_element_template_api.delete_user_structure(false,true,
3473: l_template_id);
3474: l_template_exists := 'N';
3475: EXCEPTION
3476: WHEN OTHERS THEN