DBA Data[Home] [Help]

APPS.PO_REQUISITION_LINES_PKG7 dependencies on FND_LOG

Line 104: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Research_Agent_Id '||X_Research_Agent_Id ||' Database Research_Agent_Id '||Recinfo.Research_Agent_Id);

100: else
101: -- Logging Infra: Procedure level
102: IF (g_fnd_debug = 'Y' ) THEN
103: if (nvl(X_Research_Agent_Id, -999 ) <> nvl(Recinfo.Research_Agent_Id, -999 ) ) then
104: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Research_Agent_Id '||X_Research_Agent_Id ||' Database Research_Agent_Id '||Recinfo.Research_Agent_Id);
105: end if;
106: if (nvl(X_On_Line_Flag,'-999') <> nvl(Recinfo.On_Line_Flag,'-999') ) then
107: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_On_Line_Flag '||X_On_Line_Flag ||' Database On_Line_Flag '||Recinfo.On_Line_Flag);
108: end if;

Line 107: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_On_Line_Flag '||X_On_Line_Flag ||' Database On_Line_Flag '||Recinfo.On_Line_Flag);

103: if (nvl(X_Research_Agent_Id, -999 ) <> nvl(Recinfo.Research_Agent_Id, -999 ) ) then
104: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Research_Agent_Id '||X_Research_Agent_Id ||' Database Research_Agent_Id '||Recinfo.Research_Agent_Id);
105: end if;
106: if (nvl(X_On_Line_Flag,'-999') <> nvl(Recinfo.On_Line_Flag,'-999') ) then
107: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_On_Line_Flag '||X_On_Line_Flag ||' Database On_Line_Flag '||Recinfo.On_Line_Flag);
108: end if;
109: if (nvl(X_Wip_Entity_Id, -999 ) <> nvl(Recinfo.Wip_Entity_Id, -999 ) ) then
110: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Entity_Id '||X_Wip_Entity_Id ||' Database Wip_Entity_Id '||Recinfo.Wip_Entity_Id);
111: end if;

Line 110: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Entity_Id '||X_Wip_Entity_Id ||' Database Wip_Entity_Id '||Recinfo.Wip_Entity_Id);

106: if (nvl(X_On_Line_Flag,'-999') <> nvl(Recinfo.On_Line_Flag,'-999') ) then
107: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_On_Line_Flag '||X_On_Line_Flag ||' Database On_Line_Flag '||Recinfo.On_Line_Flag);
108: end if;
109: if (nvl(X_Wip_Entity_Id, -999 ) <> nvl(Recinfo.Wip_Entity_Id, -999 ) ) then
110: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Entity_Id '||X_Wip_Entity_Id ||' Database Wip_Entity_Id '||Recinfo.Wip_Entity_Id);
111: end if;
112: if (nvl(X_Wip_Line_Id, -999 ) <> nvl(Recinfo.Wip_Line_Id, -999 ) ) then
113: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Line_Id '||X_Wip_Line_Id ||' Database Wip_Line_Id '||Recinfo.Wip_Line_Id);
114: end if;

Line 113: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Line_Id '||X_Wip_Line_Id ||' Database Wip_Line_Id '||Recinfo.Wip_Line_Id);

109: if (nvl(X_Wip_Entity_Id, -999 ) <> nvl(Recinfo.Wip_Entity_Id, -999 ) ) then
110: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Entity_Id '||X_Wip_Entity_Id ||' Database Wip_Entity_Id '||Recinfo.Wip_Entity_Id);
111: end if;
112: if (nvl(X_Wip_Line_Id, -999 ) <> nvl(Recinfo.Wip_Line_Id, -999 ) ) then
113: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Line_Id '||X_Wip_Line_Id ||' Database Wip_Line_Id '||Recinfo.Wip_Line_Id);
114: end if;
115: if (nvl(X_Wip_Repetitive_Schedule_Id, -999 ) <> nvl(Recinfo.Wip_Repetitive_Schedule_Id, -999 ) ) then
116: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Repetitive_Schedule_Id '||X_Wip_Repetitive_Schedule_Id ||' Database Wip_Repetitive_Schedule_Id '||Recinfo.Wip_Repetitive_Schedule_Id);
117: end if;

Line 116: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Repetitive_Schedule_Id '||X_Wip_Repetitive_Schedule_Id ||' Database Wip_Repetitive_Schedule_Id '||Recinfo.Wip_Repetitive_Schedule_Id);

112: if (nvl(X_Wip_Line_Id, -999 ) <> nvl(Recinfo.Wip_Line_Id, -999 ) ) then
113: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Line_Id '||X_Wip_Line_Id ||' Database Wip_Line_Id '||Recinfo.Wip_Line_Id);
114: end if;
115: if (nvl(X_Wip_Repetitive_Schedule_Id, -999 ) <> nvl(Recinfo.Wip_Repetitive_Schedule_Id, -999 ) ) then
116: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Repetitive_Schedule_Id '||X_Wip_Repetitive_Schedule_Id ||' Database Wip_Repetitive_Schedule_Id '||Recinfo.Wip_Repetitive_Schedule_Id);
117: end if;
118: if (nvl(X_Wip_Operation_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Operation_Seq_Num, -999 ) ) then
119: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Operation_Seq_Num '||X_Wip_Operation_Seq_Num ||' Database Wip_Operation_Seq_Num '||Recinfo.Wip_Operation_Seq_Num);
120: end if;

Line 119: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Operation_Seq_Num '||X_Wip_Operation_Seq_Num ||' Database Wip_Operation_Seq_Num '||Recinfo.Wip_Operation_Seq_Num);

115: if (nvl(X_Wip_Repetitive_Schedule_Id, -999 ) <> nvl(Recinfo.Wip_Repetitive_Schedule_Id, -999 ) ) then
116: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Repetitive_Schedule_Id '||X_Wip_Repetitive_Schedule_Id ||' Database Wip_Repetitive_Schedule_Id '||Recinfo.Wip_Repetitive_Schedule_Id);
117: end if;
118: if (nvl(X_Wip_Operation_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Operation_Seq_Num, -999 ) ) then
119: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Operation_Seq_Num '||X_Wip_Operation_Seq_Num ||' Database Wip_Operation_Seq_Num '||Recinfo.Wip_Operation_Seq_Num);
120: end if;
121: if (nvl(X_Wip_Resource_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Resource_Seq_Num, -999 ) ) then
122: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Resource_Seq_Num '||X_Wip_Resource_Seq_Num ||' Database Wip_Resource_Seq_Num '||Recinfo.Wip_Resource_Seq_Num);
123: end if;

Line 122: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Resource_Seq_Num '||X_Wip_Resource_Seq_Num ||' Database Wip_Resource_Seq_Num '||Recinfo.Wip_Resource_Seq_Num);

118: if (nvl(X_Wip_Operation_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Operation_Seq_Num, -999 ) ) then
119: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Operation_Seq_Num '||X_Wip_Operation_Seq_Num ||' Database Wip_Operation_Seq_Num '||Recinfo.Wip_Operation_Seq_Num);
120: end if;
121: if (nvl(X_Wip_Resource_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Resource_Seq_Num, -999 ) ) then
122: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Resource_Seq_Num '||X_Wip_Resource_Seq_Num ||' Database Wip_Resource_Seq_Num '||Recinfo.Wip_Resource_Seq_Num);
123: end if;
124: if (nvl(X_Attribute_Category,'-999') <> nvl(Recinfo.Attribute_Category,'-999') ) then
125: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
126: end if;

Line 125: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);

121: if (nvl(X_Wip_Resource_Seq_Num, -999 ) <> nvl(Recinfo.Wip_Resource_Seq_Num, -999 ) ) then
122: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Wip_Resource_Seq_Num '||X_Wip_Resource_Seq_Num ||' Database Wip_Resource_Seq_Num '||Recinfo.Wip_Resource_Seq_Num);
123: end if;
124: if (nvl(X_Attribute_Category,'-999') <> nvl(Recinfo.Attribute_Category,'-999') ) then
125: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
126: end if;
127: if (nvl(X_Destination_Context,'-999') <> nvl(Recinfo.Destination_Context,'-999') ) then
128: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Destination_Context '||X_Destination_Context ||' Database Destination_Context '||Recinfo.Destination_Context);
129: end if;

Line 128: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Destination_Context '||X_Destination_Context ||' Database Destination_Context '||Recinfo.Destination_Context);

124: if (nvl(X_Attribute_Category,'-999') <> nvl(Recinfo.Attribute_Category,'-999') ) then
125: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute_Category '||X_Attribute_Category ||' Database Attribute_Category '||Recinfo.Attribute_Category);
126: end if;
127: if (nvl(X_Destination_Context,'-999') <> nvl(Recinfo.Destination_Context,'-999') ) then
128: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Destination_Context '||X_Destination_Context ||' Database Destination_Context '||Recinfo.Destination_Context);
129: end if;
130: if (nvl(X_Inventory_Source_Context,'-999') <> nvl(Recinfo.Inventory_Source_Context,'-999') ) then
131: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Inventory_Source_Context '||X_Inventory_Source_Context ||' Database Inventory_Source_Context '||Recinfo.Inventory_Source_Context);
132: end if;

Line 131: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Inventory_Source_Context '||X_Inventory_Source_Context ||' Database Inventory_Source_Context '||Recinfo.Inventory_Source_Context);

127: if (nvl(X_Destination_Context,'-999') <> nvl(Recinfo.Destination_Context,'-999') ) then
128: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Destination_Context '||X_Destination_Context ||' Database Destination_Context '||Recinfo.Destination_Context);
129: end if;
130: if (nvl(X_Inventory_Source_Context,'-999') <> nvl(Recinfo.Inventory_Source_Context,'-999') ) then
131: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Inventory_Source_Context '||X_Inventory_Source_Context ||' Database Inventory_Source_Context '||Recinfo.Inventory_Source_Context);
132: end if;
133: if (nvl(X_Vendor_Source_Context,'-999') <> nvl(Recinfo.Vendor_Source_Context,'-999') ) then
134: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Vendor_Source_Context '||X_Vendor_Source_Context ||' Database Vendor_Source_Context '||Recinfo.Vendor_Source_Context);
135: end if;

Line 134: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Vendor_Source_Context '||X_Vendor_Source_Context ||' Database Vendor_Source_Context '||Recinfo.Vendor_Source_Context);

130: if (nvl(X_Inventory_Source_Context,'-999') <> nvl(Recinfo.Inventory_Source_Context,'-999') ) then
131: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Inventory_Source_Context '||X_Inventory_Source_Context ||' Database Inventory_Source_Context '||Recinfo.Inventory_Source_Context);
132: end if;
133: if (nvl(X_Vendor_Source_Context,'-999') <> nvl(Recinfo.Vendor_Source_Context,'-999') ) then
134: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Vendor_Source_Context '||X_Vendor_Source_Context ||' Database Vendor_Source_Context '||Recinfo.Vendor_Source_Context);
135: end if;
136: if (nvl(X_Attribute1,'-999') <> nvl(Recinfo.Attribute1,'-999') ) then
137: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
138: end if;

Line 137: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);

133: if (nvl(X_Vendor_Source_Context,'-999') <> nvl(Recinfo.Vendor_Source_Context,'-999') ) then
134: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Vendor_Source_Context '||X_Vendor_Source_Context ||' Database Vendor_Source_Context '||Recinfo.Vendor_Source_Context);
135: end if;
136: if (nvl(X_Attribute1,'-999') <> nvl(Recinfo.Attribute1,'-999') ) then
137: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
138: end if;
139: if (nvl(X_Attribute2,'-999') <> nvl(Recinfo.Attribute2,'-999') ) then
140: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
141: end if;

Line 140: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);

136: if (nvl(X_Attribute1,'-999') <> nvl(Recinfo.Attribute1,'-999') ) then
137: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute1 '||X_Attribute1 ||' Database Attribute1 '||Recinfo.Attribute1);
138: end if;
139: if (nvl(X_Attribute2,'-999') <> nvl(Recinfo.Attribute2,'-999') ) then
140: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
141: end if;
142: if (nvl(X_Attribute3,'-999') <> nvl(Recinfo.Attribute3,'-999') ) then
143: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
144: end if;

Line 143: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);

139: if (nvl(X_Attribute2,'-999') <> nvl(Recinfo.Attribute2,'-999') ) then
140: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute2 '||X_Attribute2 ||' Database Attribute2 '||Recinfo.Attribute2);
141: end if;
142: if (nvl(X_Attribute3,'-999') <> nvl(Recinfo.Attribute3,'-999') ) then
143: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
144: end if;
145: if (nvl(X_Attribute4,'-999') <> nvl(Recinfo.Attribute4,'-999') ) then
146: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
147: end if;

Line 146: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);

142: if (nvl(X_Attribute3,'-999') <> nvl(Recinfo.Attribute3,'-999') ) then
143: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute3 '||X_Attribute3 ||' Database Attribute3 '||Recinfo.Attribute3);
144: end if;
145: if (nvl(X_Attribute4,'-999') <> nvl(Recinfo.Attribute4,'-999') ) then
146: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
147: end if;
148: if (nvl(X_Attribute5,'-999') <> nvl(Recinfo.Attribute5,'-999') ) then
149: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
150: end if;

Line 149: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);

145: if (nvl(X_Attribute4,'-999') <> nvl(Recinfo.Attribute4,'-999') ) then
146: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute4 '||X_Attribute4 ||' Database Attribute4 '||Recinfo.Attribute4);
147: end if;
148: if (nvl(X_Attribute5,'-999') <> nvl(Recinfo.Attribute5,'-999') ) then
149: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
150: end if;
151: if (nvl(X_Attribute6,'-999') <> nvl(Recinfo.Attribute6,'-999') ) then
152: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);
153: end if;

Line 152: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);

148: if (nvl(X_Attribute5,'-999') <> nvl(Recinfo.Attribute5,'-999') ) then
149: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute5 '||X_Attribute5 ||' Database Attribute5 '||Recinfo.Attribute5);
150: end if;
151: if (nvl(X_Attribute6,'-999') <> nvl(Recinfo.Attribute6,'-999') ) then
152: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form X_Attribute6 '||X_Attribute6 ||' Database Attribute6 '||Recinfo.Attribute6);
153: end if;
154:
155:
156: END IF;