DBA Data[Home] [Help]

APPS.WMS_CAROUSEL_INTEGRATION_PVT dependencies on FND_GLOBAL

Line 816: ,fnd_global.user_id

812: p_directive.segment5, p_directive.segment6,
813: p_directive.segment7, p_directive.segment8,
814: p_directive.segment9, p_directive.segment10
815: ,SYSDATE
816: ,fnd_global.user_id
817: ,SYSDATE
818: ,fnd_global.user_id
819: ,fnd_global.login_id
820: ,p_directive.business_event_id

Line 818: ,fnd_global.user_id

814: p_directive.segment9, p_directive.segment10
815: ,SYSDATE
816: ,fnd_global.user_id
817: ,SYSDATE
818: ,fnd_global.user_id
819: ,fnd_global.login_id
820: ,p_directive.business_event_id
821: );
822: END;

Line 819: ,fnd_global.login_id

815: ,SYSDATE
816: ,fnd_global.user_id
817: ,SYSDATE
818: ,fnd_global.user_id
819: ,fnd_global.login_id
820: ,p_directive.business_event_id
821: );
822: END;
823:

Line 1357: ,fnd_global.user_id

1353: VALUES (wms_carousel_log_s.NEXTVAL
1354: ,p_data
1355: ,p_device_id
1356: ,SYSDATE
1357: ,fnd_global.user_id
1358: ,SYSDATE
1359: ,fnd_global.user_id
1360: ,fnd_global.login_id
1361: );

Line 1359: ,fnd_global.user_id

1355: ,p_device_id
1356: ,SYSDATE
1357: ,fnd_global.user_id
1358: ,SYSDATE
1359: ,fnd_global.user_id
1360: ,fnd_global.login_id
1361: );
1362:
1363: COMMIT;

Line 1360: ,fnd_global.login_id

1356: ,SYSDATE
1357: ,fnd_global.user_id
1358: ,SYSDATE
1359: ,fnd_global.user_id
1360: ,fnd_global.login_id
1361: );
1362:
1363: COMMIT;
1364: */

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

1649: )
1650: )
1651: INTO l_ascii_value
1652: FROM DUAL;
1653: l_output := l_output || fnd_global.local_chr (l_ascii_value);
1654: l_start_position := l_instr_output + 1;
1655: END LOOP;
1656: RETURN l_output;
1657: EXCEPTION

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

1823: OPEN msg_template_record (l_template_id);
1824: FETCH msg_template_record
1825: INTO l_template_record;
1826: l_param_delimiter :=
1827: fnd_global.local_chr (l_template_record.parameter_delimiter);
1828: --Convert the ascii csv to a string representation
1829: l_start_delimiter :=
1830: wms_carousel_integration_pvt.ascii_csv_to_string
1831: (l_template_record.start_message_delimiter);

Line 2070: fnd_global.local_chr (l_comp_record.padding_character)

2066: IF l_comp_record.left_or_right_padded = 'L'
2067: THEN
2068: l_msg_component :=
2069: LTRIM (l_substr_output,
2070: fnd_global.local_chr (l_comp_record.padding_character)
2071: );
2072: ELSIF l_comp_record.left_or_right_padded = 'R'
2073: THEN
2074: l_msg_component :=

Line 2076: fnd_global.local_chr (l_comp_record.padding_character)

2072: ELSIF l_comp_record.left_or_right_padded = 'R'
2073: THEN
2074: l_msg_component :=
2075: RTRIM (l_substr_output,
2076: fnd_global.local_chr (l_comp_record.padding_character)
2077: );
2078: END IF;
2079: BEGIN
2080: wms_carousel_integration_pvt.get_component_details