DBA Data[Home] [Help]

APPS.WMS_CAROUSEL_INTEGRATION_PVT dependencies on FND_GLOBAL

Line 201: -- fnd_global.apps_initialize(2330, 21676, 385);

197: v_response VARCHAR2 (4000);
198: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
199: BEGIN
200: /* uncomment below for debugging; first argument is user_id for inv debug log */
201: -- fnd_global.apps_initialize(2330, 21676, 385);
202: if l_debug > 0 then
203: LOG(p_device_id, 'Reached response_event_handler with p_message='||p_message);
204: end if;
205: v_response := p_message;

Line 826: ,fnd_global.user_id

822: p_directive.segment5, p_directive.segment6,
823: p_directive.segment7, p_directive.segment8,
824: p_directive.segment9, p_directive.segment10
825: ,SYSDATE
826: ,fnd_global.user_id
827: ,SYSDATE
828: ,fnd_global.user_id
829: ,fnd_global.login_id
830: ,p_directive.business_event_id

Line 828: ,fnd_global.user_id

824: p_directive.segment9, p_directive.segment10
825: ,SYSDATE
826: ,fnd_global.user_id
827: ,SYSDATE
828: ,fnd_global.user_id
829: ,fnd_global.login_id
830: ,p_directive.business_event_id
831: );
832: END;

Line 829: ,fnd_global.login_id

825: ,SYSDATE
826: ,fnd_global.user_id
827: ,SYSDATE
828: ,fnd_global.user_id
829: ,fnd_global.login_id
830: ,p_directive.business_event_id
831: );
832: END;
833:

Line 1367: ,fnd_global.user_id

1363: VALUES (wms_carousel_log_s.NEXTVAL
1364: ,p_data
1365: ,p_device_id
1366: ,SYSDATE
1367: ,fnd_global.user_id
1368: ,SYSDATE
1369: ,fnd_global.user_id
1370: ,fnd_global.login_id
1371: );

Line 1369: ,fnd_global.user_id

1365: ,p_device_id
1366: ,SYSDATE
1367: ,fnd_global.user_id
1368: ,SYSDATE
1369: ,fnd_global.user_id
1370: ,fnd_global.login_id
1371: );
1372:
1373: COMMIT;

Line 1370: ,fnd_global.login_id

1366: ,SYSDATE
1367: ,fnd_global.user_id
1368: ,SYSDATE
1369: ,fnd_global.user_id
1370: ,fnd_global.login_id
1371: );
1372:
1373: COMMIT;
1374: */

Line 1663: l_output := l_output || fnd_global.local_chr (l_ascii_value);

1659: )
1660: )
1661: INTO l_ascii_value
1662: FROM DUAL;
1663: l_output := l_output || fnd_global.local_chr (l_ascii_value);
1664: l_start_position := l_instr_output + 1;
1665: END LOOP;
1666: RETURN l_output;
1667: EXCEPTION

Line 1837: fnd_global.local_chr (l_template_record.parameter_delimiter);

1833: OPEN msg_template_record (l_template_id);
1834: FETCH msg_template_record
1835: INTO l_template_record;
1836: l_param_delimiter :=
1837: fnd_global.local_chr (l_template_record.parameter_delimiter);
1838: --Convert the ascii csv to a string representation
1839: l_start_delimiter :=
1840: wms_carousel_integration_pvt.ascii_csv_to_string
1841: (l_template_record.start_message_delimiter);

Line 2080: fnd_global.local_chr (l_comp_record.padding_character)

2076: IF l_comp_record.left_or_right_padded = 'L'
2077: THEN
2078: l_msg_component :=
2079: LTRIM (l_substr_output,
2080: fnd_global.local_chr (l_comp_record.padding_character)
2081: );
2082: ELSIF l_comp_record.left_or_right_padded = 'R'
2083: THEN
2084: l_msg_component :=

Line 2086: fnd_global.local_chr (l_comp_record.padding_character)

2082: ELSIF l_comp_record.left_or_right_padded = 'R'
2083: THEN
2084: l_msg_component :=
2085: RTRIM (l_substr_output,
2086: fnd_global.local_chr (l_comp_record.padding_character)
2087: );
2088: END IF;
2089: BEGIN
2090: wms_carousel_integration_pvt.get_component_details