DBA Data[Home] [Help]

APPS.PV_REFERRAL_GENERAL_PUB dependencies on FND_GLOBAL

Line 863: l_invoker_user_id NUMBER := FND_GLOBAL.USER_ID();

859: l_partner_id NUMBER;
860: l_partner_org_name VARCHAR2(100);
861: l_partner_contact_username VARCHAR2(100);
862: l_customer_name VARCHAR2(250);
863: l_invoker_user_id NUMBER := FND_GLOBAL.USER_ID();
864: l_referral_code VARCHAR2(50);
865: l_currency_code VARCHAR2(10);
866: l_invoker_resource_id NUMBER;
867: l_invoker_salesgroup_id NUMBER;

Line 1030: Debug('user_id : ' || fnd_global.user_id());

1026:
1027: x_return_status := FND_API.G_RET_STS_SUCCESS;
1028:
1029:
1030: Debug('user_id : ' || fnd_global.user_id());
1031: Debug('resp_id : ' || fnd_global.resp_id());
1032: Debug('appl_id : ' || fnd_global.resp_appl_id());
1033:
1034:

Line 1031: Debug('resp_id : ' || fnd_global.resp_id());

1027: x_return_status := FND_API.G_RET_STS_SUCCESS;
1028:
1029:
1030: Debug('user_id : ' || fnd_global.user_id());
1031: Debug('resp_id : ' || fnd_global.resp_id());
1032: Debug('appl_id : ' || fnd_global.resp_appl_id());
1033:
1034:
1035: ---------------------- Source code -----------------------

Line 1032: Debug('appl_id : ' || fnd_global.resp_appl_id());

1028:
1029:
1030: Debug('user_id : ' || fnd_global.user_id());
1031: Debug('resp_id : ' || fnd_global.resp_id());
1032: Debug('appl_id : ' || fnd_global.resp_appl_id());
1033:
1034:
1035: ---------------------- Source code -----------------------
1036: FOR x IN c_referral_type LOOP

Line 1376: p_token2_value => FND_GLOBAL.USER_NAME());

1372: p_msg_name => 'PV_REFERRAL_OPPTY_CREATION',
1373: p_token1 => 'OPPTY_NAME',
1374: p_token1_value => l_referral_code,
1375: p_token2 => 'USER',
1376: p_token2_value => FND_GLOBAL.USER_NAME());
1377:
1378:
1379: -- 0000000000000000000000000000000000000000000000000000000000000000000000
1380: -- 0000000000000000000000000000000000000000000000000000000000000000000000

Line 1556: p_token2_value => FND_GLOBAL.USER_NAME());

1552: p_msg_name => 'PV_REFERRAL_LEAD_CREATION',
1553: p_token1 => 'LEAD_NAME',
1554: p_token1_value => l_referral_code,
1555: p_token2 => 'USER',
1556: p_token2_value => FND_GLOBAL.USER_NAME());
1557:
1558: END IF;
1559:
1560: