DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_PRODUCT_GROUPS

Line 74: from fnd_product_groups

70: l_menu_id := l_parameters(5);
71:
72: select multi_org_flag
73: into l_multi_org_flag
74: from fnd_product_groups
75: where rownum < 2;
76:
77: if l_multi_org_flag = 'Y'
78: then

Line 720: from fnd_product_groups

716: IF (l_session_id >0 AND l_session_id IS NOT NULL) THEN --there is a session cookie
717:
718: select multi_org_flag
719: into l_multi_org_flag
720: from fnd_product_groups
721: where rownum < 2;
722:
723: if l_multi_org_flag = 'Y'
724: then

Line 953: from fnd_product_groups

949: owa_util.http_header_close;
950:
951: select multi_org_flag
952: into l_multi_org_flag
953: from fnd_product_groups
954: where rownum < 2;
955: if l_multi_org_flag = 'Y' THEN
956: fnd_profile.get_specific(name_z => 'ORG_ID',
957: responsibility_id_z => l_responsibility_id,

Line 1024: from fnd_product_groups

1020: END IF;
1021:
1022: select multi_org_flag
1023: into l_multi_org_flag
1024: from fnd_product_groups
1025: where rownum < 2;
1026: if l_multi_org_flag = 'Y' THEN
1027: fnd_profile.get_specific(name_z => 'ORG_ID',
1028: responsibility_id_z => l_responsibility_id,