DBA Data[Home] [Help]

APPS.CN_SCA_WF_PKG dependencies on FND_CLIENT_INFO

Line 456: fnd_client_info.set_org_context(p_org_id);

452:
453: -- Start of API body.
454:
455: -- set org context
456: fnd_client_info.set_org_context(p_org_id);
457:
458: -- call procedure cn_sca_trx_proc_pvt.call_populate_results
459: cn_sca_trx_proc_pvt.call_populate_results(
460: p_api_version => 1.0,

Line 1181: fnd_client_info.set_org_context(l_orgId);

1177: itemkey => itemKey ,
1178: aname => 'ORG_ID');
1179:
1180: -- set org context
1181: fnd_client_info.set_org_context(l_orgId);
1182:
1183: -- get attr online_flag
1184: l_onlineFlag := wf_engine.getitemattrtext(itemtype => itemType,
1185: itemkey => itemKey ,

Line 1304: fnd_client_info.set_org_context(l_orgId);

1300: itemkey => itemKey ,
1301: aname => 'ORG_ID');
1302:
1303: -- set org context
1304: fnd_client_info.set_org_context(l_orgId);
1305:
1306: -- get attr online_flag
1307: l_onlineFlag := wf_engine.getitemattrtext(itemtype => itemType,
1308: itemkey => itemKey ,

Line 1522: fnd_client_info.set_org_context(l_orgId);

1518: itemkey => itemKey ,
1519: aname => 'ORG_ID');
1520:
1521: -- set org context
1522: fnd_client_info.set_org_context(l_orgId);
1523:
1524: -- call private autonomous procedure
1525: CONC_CN_TRX_LOAD(
1526: p_org_id => l_orgId,