DBA Data[Home] [Help]

APPS.QP_BLK_LOAD_UPG_PKG dependencies on FND_INSTALLATION

Line 102: l_retstatus_hdr := fnd_installation.get_app_info(

98: l_rows_processed_qual number;
99:
100: BEGIN
101: --Prepare for Header update
102: l_retstatus_hdr := fnd_installation.get_app_info(
103: l_product_hdr, l_status_hdr, l_industry_hdr, l_table_owner_hdr);
104: if ((l_retstatus_hdr = FALSE)
105: OR
106: (l_table_owner_hdr is null))

Line 115: l_retstatus_line := fnd_installation.get_app_info(

111:
112:
113:
114: --Prepare for Line update
115: l_retstatus_line := fnd_installation.get_app_info(
116: l_product_line, l_status_line, l_industry_line, l_table_owner_line);
117: if ((l_retstatus_line = FALSE)
118: OR
119: (l_table_owner_line is null))

Line 128: l_retstatus_pa := fnd_installation.get_app_info(

124:
125:
126:
127: --Prepare for Pricing Attribute update
128: l_retstatus_pa := fnd_installation.get_app_info(
129: l_product_pa, l_status_pa, l_industry_pa, l_table_owner_pa);
130: if ((l_retstatus_pa = FALSE)
131: OR
132: (l_table_owner_pa is null))

Line 141: l_retstatus_qual := fnd_installation.get_app_info(

137:
138:
139:
140: --Prepare for Qualifier update
141: l_retstatus_qual := fnd_installation.get_app_info(
142: l_product_qual, l_status_qual, l_industry_qual, l_table_owner_qual);
143: if ((l_retstatus_qual = FALSE)
144: OR
145: (l_table_owner_qual is null))