DBA Data[Home] [Help]

APPS.JL_CMERGE dependencies on FND_CLIENT_INFO

Line 1060: Fnd_client_Info.set_org_context(x_org);

1056: Loop
1057: Fetch c_org into x_org;
1058: Exit when c_org%notfound;
1059:
1060: Fnd_client_Info.set_org_context(x_org);
1061:
1062: FOR r_bmb IN c_bmb LOOP
1063:
1064: pl_user := FND_GLOBAL.user_id;

Line 1518: fnd_client_Info.set_org_context(x_profile_org);

1514: END LOOP; -- Organization
1515:
1516: CLOSE c_org;
1517:
1518: fnd_client_Info.set_org_context(x_profile_org);
1519:
1520: EXCEPTION
1521: WHEN OTHERS THEN
1522: Fnd_client_Info.set_org_context(x_profile_org);

Line 1522: Fnd_client_Info.set_org_context(x_profile_org);

1518: fnd_client_Info.set_org_context(x_profile_org);
1519:
1520: EXCEPTION
1521: WHEN OTHERS THEN
1522: Fnd_client_Info.set_org_context(x_profile_org);
1523:
1524: END BALANCES;
1525:
1526: BEGIN